#809077

Color #809077 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #809077

Tints of Spanish Green #809077

Color information

#809077 (or 0x809077) is unknown color: approx Spanish Green. HEX triplet: 80, 90 and 77. RGB value is (128,144,119). Sum of RGB (Red+Green+Blue) = 128+144+119=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #809077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809077 is #7F6F88. Grayscale: #888888. Windows color (decimal): -8351625 or 7835776. OLE color: 7835776.

HSL color Cylindrical-coordinate representation of color #809077: hue angle of 98.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #809077 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB128144119-
CMYK0.1100.170.44
HSL98.4º10.12%51.57%-
HSV(B)98.4º17.36%56.47%-
XYZ22.2125.8721.28-
YUV136.37118.2122.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=32.74%
G=36.83%
B=30.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441190.1100.170.4498.410.1251.57
Hex809077B0112C62a34
Octal20022016713021541421264
Binary10000000100100001110111101101000110110011000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809077; }

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

 H1.HeaderClassName
 {
   color: #809077;
 }
 .AnyTagClassName
 {
   color: #809077;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #809077;
 }
 .BgClassName
 {
   background-color: #809077;
 }
</style>
border-color css

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

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

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