Html Css Color HEX #80988F Granny Smith

📋 copy color: '#80988F'

red 128 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #80988F

Tints of Granny Smith #80988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 30.26%
G = 35.93%
B = 33.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#80988F (or 0x80988F) is known color: Granny Smith. HEX triplet: 80, 98 and 8F. RGB value is (128,152,143). Sum of RGB (Red+Green+Blue) = 128+152+143=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #80988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80988F is #7F6770. Grayscale: #8F8F8F. Windows color (decimal): -8349553 or 9410688. OLE color: 9410688.

HSL color Cylindrical-coordinate representation of color #80988F: hue angle of 157.5º degrees, saturation: 0.1, 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 #80988F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 143 -
CMYK 0.16 0 0.06 0.40
HSL 157.5º 0.1% 0.55% -
HSV(B) 157.5º 0.16% 0.6% -
XYZ 25.09 29.03 30.27 -
YUV 143.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 128 152 143 0.16 0 0.06 0.40 157.5 0.1 0.55
Hex 80 98 8F 10 0 6 28 9E A 37
Octal 200 230 217 20 0 6 50 236 12 67
Binary 10000000 10011000 10001111 10000 0 110 101000 10011110 1010 110111

Color Harmonies of #80988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80988F

Black with #80988F

Text Example


Text Example

White with #80988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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