#809376

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

Shades of Spanish Green #809376

Tints of Spanish Green #809376

Color information

#809376 (or 0x809376) is unknown color: approx Spanish Green. HEX triplet: 80, 93 and 76. RGB value is (128,147,118). Sum of RGB (Red+Green+Blue) = 128+147+118=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #809376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809376 is #7F6C89. Grayscale: #8A8A8A. Windows color (decimal): -8350858 or 7771008. OLE color: 7771008.

HSL color Cylindrical-coordinate representation of color #809376: hue angle of 99.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #809376 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB128147118-
CMYK0.1300.200.42
HSL99.31º11.84%51.96%-
HSV(B)99.31º19.73%57.65%-
XYZ22.6126.7621.11-
YUV138.01116.71120.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.57%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=32.57%
G=37.40%
B=30.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471180.1300.200.4299.3111.8451.96
Hex809376D0142A63c34
Octal20022316615024521431464
Binary10000000100100111110110110101010010101011000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809376; }

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

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

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

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

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

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

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

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