Html Css Color HEX #80998E Granny Smith

📋 copy color: '#80998E'

red 128 ◦ green 153 ◦ blue 142

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

Shades of Granny Smith #80998E

Tints of Granny Smith #80998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 30.26%
G = 36.17%
B = 33.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#80998E (or 0x80998E) is known color: Granny Smith. HEX triplet: 80, 99 and 8E. RGB value is (128,153,142). Sum of RGB (Red+Green+Blue) = 128+153+142=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #80998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998E is #7F6671. Grayscale: #909090. Windows color (decimal): -8349298 or 9345408. OLE color: 9345408.

HSL color Cylindrical-coordinate representation of color #80998E: hue angle of 153.6º 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 #80998E is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 142 -
CMYK 0.16 0 0.07 0.4
HSL 153.6º 0.11% 0.55% -
HSV(B) 153.6º 0.16% 0.6% -
XYZ 25.18 29.32 29.92 -
YUV 144.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 128 153 142 0.16 0 0.07 0.4 153.6 0.11 0.55
Hex 80 99 8E 10 0 7 28 9A B 37
Octal 200 231 216 20 0 7 50 232 13 67
Binary 10000000 10011001 10001110 10000 0 111 101000 10011010 1011 110111

Color Harmonies of #80998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80998E

Black with #80998E

Text Example


Text Example

White with #80998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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