Html Css Color HEX #80908B Granny Smith

📋 copy color: '#80908B'

red 128 ◦ green 144 ◦ blue 139

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

Shades of Granny Smith #80908B

Tints of Granny Smith #80908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.82%

R = 31.14%
G = 35.04%
B = 33.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#80908B (or 0x80908B) is known color: Granny Smith. HEX triplet: 80, 90 and 8B. RGB value is (128,144,139). Sum of RGB (Red+Green+Blue) = 128+144+139=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #80908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80908B is #7F6F74. Grayscale: #8A8A8A. Windows color (decimal): -8351605 or 9146496. OLE color: 9146496.

HSL color Cylindrical-coordinate representation of color #80908B: hue angle of 161.25º 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 #80908B is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 139 -
CMYK 0.11 0 0.03 0.44
HSL 161.25º 0.07% 0.53% -
HSV(B) 161.25º 0.11% 0.56% -
XYZ 23.54 26.4 28.28 -
YUV 138.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 128 144 139 0.11 0 0.03 0.44 161.25 0.07 0.53
Hex 80 90 8B B 0 3 2C A1 7 35
Octal 200 220 213 13 0 3 54 241 7 65
Binary 10000000 10010000 10001011 1011 0 11 101100 10100001 111 110101

Color Harmonies of #80908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80908B

Black with #80908B

Text Example


Text Example

White with #80908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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