Html Css Color HEX #80998F Granny Smith

📋 copy color: '#80998F'

red 128 ◦ green 153 ◦ blue 143

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

Shades of Granny Smith #80998F

Tints of Granny Smith #80998F

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 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

#80998F (or 0x80998F) is known color: 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

RGB 128 153 143 -
CMYK 0.16 0 0.07 0.4
HSL 156º 0.11% 0.55% -
HSV(B) 156º 0.16% 0.6% -
XYZ 25.25 29.35 30.32 -
YUV 144.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 128 153 143 0.16 0 0.07 0.4 156 0.11 0.55
Hex 80 99 8F 10 0 7 28 9C B 37
Octal 200 231 217 20 0 7 50 234 13 67
Binary 10000000 10011001 10001111 10000 0 111 101000 10011100 1011 110111

Color Harmonies of #80998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80998F

Black with #80998F

Text Example


Text Example

White with #80998F

Text Example


Text Example

HTML Codes & Css Web 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>