Html Css Color HEX #80998C Granny Smith

📋 copy color: '#80998C'

red 128 ◦ green 153 ◦ blue 140

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

Shades of Granny Smith #80998C

Tints of Granny Smith #80998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 30.4%
G = 36.34%
B = 33.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#80998C (or 0x80998C) is known color: Granny Smith. HEX triplet: 80, 99 and 8C. RGB value is (128,153,140). Sum of RGB (Red+Green+Blue) = 128+153+140=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #80998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998C is #7F6673. Grayscale: #909090. Windows color (decimal): -8349300 or 9214336. OLE color: 9214336.

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

Color convert

RGB 128 153 140 -
CMYK 0.16 0 0.08 0.4
HSL 148.8º 0.11% 0.55% -
HSV(B) 148.8º 0.16% 0.6% -
XYZ 25.03 29.27 29.14 -
YUV 144.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 128 153 140 0.16 0 0.08 0.4 148.8 0.11 0.55
Hex 80 99 8C 10 0 8 28 95 B 37
Octal 200 231 214 20 0 10 50 225 13 67
Binary 10000000 10011001 10001100 10000 0 1000 101000 10010101 1011 110111

Color Harmonies of #80998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80998C

Black with #80998C

Text Example


Text Example

White with #80998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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