Html Css Color HEX #979688 Lemon Grass

📋 copy color: '#979688'

red 151 ◦ green 150 ◦ blue 136

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

Shades of Lemon Grass #979688

Tints of Lemon Grass #979688

RGB

 RED value IS 151 (59.38% from 255) = 34.55%

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

 BLUE value IS 136 (53.52% from 255) = 31.12%

R = 34.55%
G = 34.32%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#979688 (or 0x979688) is known color: Lemon Grass. HEX triplet: 97, 96 and 88. RGB value is (151,150,136). Sum of RGB (Red+Green+Blue) = 151+150+136=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 136 (53.52% from 255 or 31.12% from 437); Max value from RGB is 151 - color contains mainly: red. Hex color #979688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979688 is #686977. Grayscale: #949494. Windows color (decimal): -6842744 or 8951447. OLE color: 8951447.

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

Color convert

RGB 151 150 136 -
CMYK 0 0.01 0.10 0.41
HSL 56º 0.07% 0.56% -
HSV(B) 56º 0.1% 0.59% -
XYZ 28.11 30.17 27.63 -
YUV 148.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 151 150 136 0 0.01 0.10 0.41 56 0.07 0.56
Hex 97 96 88 0 1 A 29 38 7 38
Octal 227 226 210 0 1 12 51 70 7 70
Binary 10010111 10010110 10001000 0 1 1010 101001 111000 111 111000

Color Harmonies of #979688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979688

Black with #979688

Text Example


Text Example

White with #979688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979688; }

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

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

background-color css

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

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

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

border-color css

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

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

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