Html Css Color HEX #969681 Lemon Grass

📋 copy color: '#969681'

red 150 ◦ green 150 ◦ blue 129

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

Shades of Lemon Grass #969681

Tints of Lemon Grass #969681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 34.97%
G = 34.97%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#969681 (or 0x969681) is known color: Lemon Grass. HEX triplet: 96, 96 and 81. RGB value is (150,150,129). Sum of RGB (Red+Green+Blue) = 150+150+129=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969681 is #69697E. Grayscale: #939393. Windows color (decimal): -6908287 or 8492694. OLE color: 8492694.

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

Color convert

RGB 150 150 129 -
CMYK 0 0 0.14 0.41
HSL 60º 0.09% 0.55% -
HSV(B) 60º 0.14% 0.59% -
XYZ 27.45 29.88 25.09 -
YUV 147.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 150 150 129 0 0 0.14 0.41 60 0.09 0.55
Hex 96 96 81 0 0 E 29 3C 9 37
Octal 226 226 201 0 0 16 51 74 11 67
Binary 10010110 10010110 10000001 0 0 1110 101001 111100 1001 110111

Color Harmonies of #969681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969681

Black with #969681

Text Example


Text Example

White with #969681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969681; }

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

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

background-color css

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

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

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

border-color css

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

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

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