Html Css Color HEX #80908A Granny Smith

📋 copy color: '#80908A'

red 128 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #80908A

Tints of Granny Smith #80908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 31.22%
G = 35.12%
B = 33.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#80908A (or 0x80908A) is known color: Granny Smith. HEX triplet: 80, 90 and 8A. RGB value is (128,144,138). Sum of RGB (Red+Green+Blue) = 128+144+138=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #80908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908A is #7F6F75. Grayscale: #8A8A8A. Windows color (decimal): -8351606 or 9080960. OLE color: 9080960.

HSL color Cylindrical-coordinate representation of color #80908A: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #80908A is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 138 -
CMYK 0.11 0 0.04 0.44
HSL 157.5º 0.07% 0.53% -
HSV(B) 157.5º 0.11% 0.56% -
XYZ 23.46 26.37 27.9 -
YUV 138.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 128 144 138 0.11 0 0.04 0.44 157.5 0.07 0.53
Hex 80 90 8A B 0 4 2C 9E 7 35
Octal 200 220 212 13 0 4 54 236 7 65
Binary 10000000 10010000 10001010 1011 0 100 101100 10011110 111 110101

Color Harmonies of #80908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80908A

Black with #80908A

Text Example


Text Example

White with #80908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80908A; }

 p { color: rgb(128,144,138); }

 H1.HeaderClassName
 {
   color: #80908A;
 }
 .AnyTagClassName
 {
   color: #80908A;
 }
</style>

background-color css

<style>
 a { background-color: #80908A; }

 a { background-color: rgb(128,144,138); }

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

border-color css

<style>
 span { border-color: #80908A; }

 span { border-color: rgb(128,144,138); }

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