Html Css Color HEX #969781 Lemon Grass

📋 copy color: '#969781'

red 150 ◦ green 151 ◦ blue 129

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

Shades of Lemon Grass #969781

Tints of Lemon Grass #969781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.12%

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

R = 34.88%
G = 35.12%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#969781 (or 0x969781) is known color: Lemon Grass. HEX triplet: 96, 97 and 81. RGB value is (150,151,129). Sum of RGB (Red+Green+Blue) = 150+151+129=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #969781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969781 is #69687E. Grayscale: #949494. Windows color (decimal): -6908031 or 8492950. OLE color: 8492950.

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

Color convert

RGB 150 151 129 -
CMYK 0.01 0 0.15 0.41
HSL 62.73º 0.1% 0.55% -
HSV(B) 62.73º 0.15% 0.59% -
XYZ 27.61 30.2 25.14 -
YUV 148.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 150 151 129 0.01 0 0.15 0.41 62.73 0.1 0.55
Hex 96 97 81 1 0 F 29 3F A 37
Octal 226 227 201 1 0 17 51 77 12 67
Binary 10010110 10010111 10000001 1 0 1111 101001 111111 1010 110111

Color Harmonies of #969781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969781

Black with #969781

Text Example


Text Example

White with #969781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969781; }

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

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

background-color css

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

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

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

border-color css

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

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

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