#809175

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

Shades of Spanish Green #809175

Tints of Spanish Green #809175

Color information

#809175 (or 0x809175) is unknown color: approx Spanish Green. HEX triplet: 80, 91 and 75. RGB value is (128,145,117). Sum of RGB (Red+Green+Blue) = 128+145+117=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #809175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809175 is #7F6E8A. Grayscale: #888888. Windows color (decimal): -8351371 or 7704960. OLE color: 7704960.

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

Color convert

RGB128145117-
CMYK0.1200.190.43
HSL96.43º11.29%51.37%-
HSV(B)96.43º19.31%56.86%-
XYZ22.2426.1220.7-
YUV136.72116.87121.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 145 (57.03% from 255) = 37.18%
BLUE value IS 117 (46.09% from 255) = 30%
R=32.82%
G=37.18%
B=30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281451170.1200.190.4396.4311.2951.37
Hex809175C0132B60b33
Octal20022116514023531401363
Binary10000000100100011110101110001001110101111000001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809175; }

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

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

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

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

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

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

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

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