#809078

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

Shades of Spanish Green #809078

Tints of Spanish Green #809078

Color information

#809078 (or 0x809078) is unknown color: approx Spanish Green. HEX triplet: 80, 90 and 78. RGB value is (128,144,120). Sum of RGB (Red+Green+Blue) = 128+144+120=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #809078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809078 is #7F6F87. Grayscale: #888888. Windows color (decimal): -8351624 or 7901312. OLE color: 7901312.

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

Color convert

RGB128144120-
CMYK0.1100.170.44
HSL100º9.76%51.76%-
HSV(B)100º16.67%56.47%-
XYZ22.2725.8921.59-
YUV136.48118.7121.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=32.65%
G=36.73%
B=30.61%

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
Decimal1281441200.1100.170.441009.7651.76
Hex809078B0112C64a34
Octal20022017013021541441264
Binary10000000100100001111000101101000110110011001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809078; }

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

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

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

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

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

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

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

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