Html Css Color HEX #80978F Granny Smith

📋 copy color: '#80978F'

red 128 ◦ green 151 ◦ blue 143

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

Shades of Granny Smith #80978F

Tints of Granny Smith #80978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 30.33%
G = 35.78%
B = 33.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#80978F (or 0x80978F) is known color: Granny Smith. HEX triplet: 80, 97 and 8F. RGB value is (128,151,143). Sum of RGB (Red+Green+Blue) = 128+151+143=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 151 - color contains mainly: green. Hex color #80978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80978F is #7F6870. Grayscale: #8F8F8F. Windows color (decimal): -8349809 or 9410432. OLE color: 9410432.

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

Color convert

RGB 128 151 143 -
CMYK 0.15 0 0.05 0.41
HSL 159.13º 0.1% 0.55% -
HSV(B) 159.13º 0.15% 0.59% -
XYZ 24.93 28.71 30.21 -
YUV 143.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 128 151 143 0.15 0 0.05 0.41 159.13 0.1 0.55
Hex 80 97 8F F 0 5 29 9F A 37
Octal 200 227 217 17 0 5 51 237 12 67
Binary 10000000 10010111 10001111 1111 0 101 101001 10011111 1010 110111

Color Harmonies of #80978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80978F

Black with #80978F

Text Example


Text Example

White with #80978F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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