#809174

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

Shades of Spanish Green #809174

Tints of Spanish Green #809174

Color information

#809174 (or 0x809174) is unknown color: approx Spanish Green. HEX triplet: 80, 91 and 74. RGB value is (128,145,116). Sum of RGB (Red+Green+Blue) = 128+145+116=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #809174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809174 is #7F6E8B. Grayscale: #888888. Windows color (decimal): -8351372 or 7639424. OLE color: 7639424.

HSL color Cylindrical-coordinate representation of color #809174: hue angle of 95.17º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809174 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB128145116-
CMYK0.1200.20.43
HSL95.17º11.65%51.18%-
HSV(B)95.17º20%56.86%-
XYZ22.1826.120.39-
YUV136.61116.37121.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=32.90%
G=37.28%
B=29.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281451160.1200.20.4395.1711.6551.18
Hex809174C0142B5fc33
Octal20022116414024531371463
Binary10000000100100011110100110001010010101110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809174; }

 p { color: rgb(128,145,116); }

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

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

 a { background-color: rgb(128,145,116); }

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

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

 span { border-color: rgb(128,145,116); }

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