Html Css Color HEX #969695 Lemon Grass

📋 copy color: '#969695'

red 150 ◦ green 150 ◦ blue 149

#969695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #969695

Tints of Lemon Grass #969695

RGB

 RED value IS 150 (58.98% from 255) = 33.41%

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 33.41%
G = 33.41%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#969695 (or 0x969695) is known color: Lemon Grass. HEX triplet: 96, 96 and 95. RGB value is (150,150,149). Sum of RGB (Red+Green+Blue) = 150+150+149=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969695 is #69696A. Grayscale: #959595. Windows color (decimal): -6908267 or 9803414. OLE color: 9803414.

HSL color Cylindrical-coordinate representation of color #969695: hue angle of 60º degrees, saturation: 0, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #969695 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 149 -
CMYK 0 0 0.01 0.41
HSL 60º 0% 0.59% -
HSV(B) 60º 0.01% 0.59% -
XYZ 28.91 30.47 32.79 -
YUV 149.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 150 150 149 0 0 0.01 0.41 60 0 0.59
Hex 96 96 95 0 0 1 29 3C 0 3B
Octal 226 226 225 0 0 1 51 74 0 73
Binary 10010110 10010110 10010101 0 0 1 101001 111100 0 111011

Color Harmonies of #969695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969695

Black with #969695

Text Example


Text Example

White with #969695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969695; }

 p { color: rgb(150,150,149); }

 H1.HeaderClassName
 {
   color: #969695;
 }
 .AnyTagClassName
 {
   color: #969695;
 }
</style>

background-color css

<style>
 a { background-color: #969695; }

 a { background-color: rgb(150,150,149); }

 div.DivClassName
 {
   background-color: #969695;
 }
 .BgClassName
 {
   background-color: #969695;
 }
</style>

border-color css

<style>
 span { border-color: #969695; }

 span { border-color: rgb(150,150,149); }

 td.TdClassName
 {
   border-color: #969695;
 }
 .TagClassName
 {
   border-color: #969695;
 }
</style>