Html Css Color HEX #969680 Lemon Grass

📋 copy color: '#969680'

red 150 ◦ green 150 ◦ blue 128

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

Shades of Lemon Grass #969680

Tints of Lemon Grass #969680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 35.05%
G = 35.05%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#969680 (or 0x969680) is known color: Lemon Grass. HEX triplet: 96, 96 and 80. RGB value is (150,150,128). Sum of RGB (Red+Green+Blue) = 150+150+128=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969680 is #69697F. Grayscale: #939393. Windows color (decimal): -6908288 or 8427158. OLE color: 8427158.

HSL color Cylindrical-coordinate representation of color #969680: 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.15%. Process color model (Four color, CMYK) of #969680 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 128 -
CMYK 0 0 0.15 0.41
HSL 60º 0.09% 0.55% -
HSV(B) 60º 0.15% 0.59% -
XYZ 27.38 29.86 24.74 -
YUV 147.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 150 150 128 0 0 0.15 0.41 60 0.09 0.55
Hex 96 96 80 0 0 F 29 3C 9 37
Octal 226 226 200 0 0 17 51 74 11 67
Binary 10010110 10010110 10000000 0 0 1111 101001 111100 1001 110111

Color Harmonies of #969680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969680

Black with #969680

Text Example


Text Example

White with #969680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969680; }

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

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

background-color css

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

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

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

border-color css

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

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

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