Html Css Color HEX #969689 Lemon Grass

📋 copy color: '#969689'

red 150 ◦ green 150 ◦ blue 137

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

Shades of Lemon Grass #969689

Tints of Lemon Grass #969689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.35%

R = 34.32%
G = 34.32%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#969689 (or 0x969689) is known color: Lemon Grass. HEX triplet: 96, 96 and 89. RGB value is (150,150,137). Sum of RGB (Red+Green+Blue) = 150+150+137=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969689 is #696976. Grayscale: #949494. Windows color (decimal): -6908279 or 9016982. OLE color: 9016982.

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

Color convert

RGB 150 150 137 -
CMYK 0 0 0.09 0.41
HSL 60º 0.06% 0.56% -
HSV(B) 60º 0.09% 0.59% -
XYZ 28 30.1 28 -
YUV 148.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 150 150 137 0 0 0.09 0.41 60 0.06 0.56
Hex 96 96 89 0 0 9 29 3C 6 38
Octal 226 226 211 0 0 11 51 74 6 70
Binary 10010110 10010110 10001001 0 0 1001 101001 111100 110 111000

Color Harmonies of #969689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969689

Black with #969689

Text Example


Text Example

White with #969689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969689; }

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

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

background-color css

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

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

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

border-color css

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

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

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