#809076

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

Shades of Spanish Green #809076

Tints of Spanish Green #809076

Color information

#809076 (or 0x809076) is unknown color: approx Spanish Green. HEX triplet: 80, 90 and 76. RGB value is (128,144,118). Sum of RGB (Red+Green+Blue) = 128+144+118=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #809076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809076 is #7F6F89. Grayscale: #888888. Windows color (decimal): -8351626 or 7770240. OLE color: 7770240.

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

Color convert

RGB128144118-
CMYK0.1100.180.44
HSL96.92º10.48%51.37%-
HSV(B)96.92º18.06%56.47%-
XYZ22.1525.8420.96-
YUV136.25117.7122.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=32.82%
G=36.92%
B=30.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281441180.1100.180.4496.9210.4851.37
Hex809076B0122C61a33
Octal20022016613022541411263
Binary10000000100100001110110101101001010110011000011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809076; }

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

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

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

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

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

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

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

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