#80998F

Color #80998F Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #80998F

Tints of Granny Smith #80998F

Color information

#80998F (or 0x80998F) is unknown color: approx Granny Smith. HEX triplet: 80, 99 and 8F. RGB value is (128,153,143). Sum of RGB (Red+Green+Blue) = 128+153+143=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #80998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998F is #7F6670. Grayscale: #909090. Windows color (decimal): -8349297 or 9410944. OLE color: 9410944.

HSL color Cylindrical-coordinate representation of color #80998F: hue angle of 156º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80998F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB128153143-
CMYK0.1600.070.4
HSL156º10.92%55.1%-
HSV(B)156º16.34%60%-
XYZ25.2529.3530.32-
YUV144.38127.22116.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 153 (60.16% from 255) = 36.08%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=30.19%
G=36.08%
B=33.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1281531430.1600.070.415610.9255.1
Hex80998F1007289cb37
Octal2002312172007502341367
Binary100000001001100110001111100000111101000100111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80998F;
 }
 .AnyTagClassName
 {
   color: #80998F;
 }
</style>
background-color css

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

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

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

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

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

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