Html Css Color HEX #969691 Lemon Grass

📋 copy color: '#969691'

red 150 ◦ green 150 ◦ blue 145

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

Shades of Lemon Grass #969691

Tints of Lemon Grass #969691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 33.71%
G = 33.71%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#969691 (or 0x969691) is known color: Lemon Grass. HEX triplet: 96, 96 and 91. RGB value is (150,150,145). Sum of RGB (Red+Green+Blue) = 150+150+145=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969691 is #69696E. Grayscale: #959595. Windows color (decimal): -6908271 or 9541270. OLE color: 9541270.

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

Color convert

RGB 150 150 145 -
CMYK 0 0 0.03 0.41
HSL 60º 0.02% 0.58% -
HSV(B) 60º 0.03% 0.59% -
XYZ 28.59 30.34 31.14 -
YUV 149.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 150 150 145 0 0 0.03 0.41 60 0.02 0.58
Hex 96 96 91 0 0 3 29 3C 2 3A
Octal 226 226 221 0 0 3 51 74 2 72
Binary 10010110 10010110 10010001 0 0 11 101001 111100 10 111010

Color Harmonies of #969691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969691

Black with #969691

Text Example


Text Example

White with #969691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969691; }

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

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

background-color css

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

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

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

border-color css

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

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

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