Html Css Color HEX #80978C Granny Smith

📋 copy color: '#80978C'

red 128 ◦ green 151 ◦ blue 140

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

Shades of Granny Smith #80978C

Tints of Granny Smith #80978C

RGB

 RED value IS 128 (50.39% from 255) = 30.55%

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 30.55%
G = 36.04%
B = 33.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#80978C (or 0x80978C) is known color: Granny Smith. HEX triplet: 80, 97 and 8C. RGB value is (128,151,140). Sum of RGB (Red+Green+Blue) = 128+151+140=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #80978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80978C is #7F6873. Grayscale: #8E8E8E. Windows color (decimal): -8349812 or 9213824. OLE color: 9213824.

HSL color Cylindrical-coordinate representation of color #80978C: hue angle of 151.3º 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 #80978C is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 151 140 -
CMYK 0.15 0 0.07 0.41
HSL 151.3º 0.1% 0.55% -
HSV(B) 151.3º 0.15% 0.59% -
XYZ 24.7 28.62 29.03 -
YUV 142.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 128 151 140 0.15 0 0.07 0.41 151.3 0.1 0.55
Hex 80 97 8C F 0 7 29 97 A 37
Octal 200 227 214 17 0 7 51 227 12 67
Binary 10000000 10010111 10001100 1111 0 111 101001 10010111 1010 110111

Color Harmonies of #80978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80978C

Black with #80978C

Text Example


Text Example

White with #80978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80978C; }

 p { color: rgb(128,151,140); }

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

background-color css

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

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

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

border-color css

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

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

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