Html Css Color HEX #80998D Granny Smith

📋 copy color: '#80998D'

red 128 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #80998D

Tints of Granny Smith #80998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 30.33%
G = 36.26%
B = 33.41%

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

#80998D (or 0x80998D) is known color: Granny Smith. HEX triplet: 80, 99 and 8D. RGB value is (128,153,141). Sum of RGB (Red+Green+Blue) = 128+153+141=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #80998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80998D is #7F6672. Grayscale: #909090. Windows color (decimal): -8349299 or 9279872. OLE color: 9279872.

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

Color convert

RGB 128 153 141 -
CMYK 0.16 0 0.08 0.4
HSL 151.2º 0.11% 0.55% -
HSV(B) 151.2º 0.16% 0.6% -
XYZ 25.1 29.29 29.53 -
YUV 144.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 128 153 141 0.16 0 0.08 0.4 151.2 0.11 0.55
Hex 80 99 8D 10 0 8 28 97 B 37
Octal 200 231 215 20 0 10 50 227 13 67
Binary 10000000 10011001 10001101 10000 0 1000 101000 10010111 1011 110111

Color Harmonies of #80998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80998D

Black with #80998D

Text Example


Text Example

White with #80998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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