#809379

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

Shades of Spanish Green #809379

Tints of Spanish Green #809379

Color information

#809379 (or 0x809379) is unknown color: approx Spanish Green. HEX triplet: 80, 93 and 79. RGB value is (128,147,121). Sum of RGB (Red+Green+Blue) = 128+147+121=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #809379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809379 is #7F6C86. Grayscale: #8A8A8A. Windows color (decimal): -8350855 or 7967616. OLE color: 7967616.

HSL color Cylindrical-coordinate representation of color #809379: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809379 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB128147121-
CMYK0.1300.180.42
HSL103.85º10.74%52.55%-
HSV(B)103.85º17.69%57.65%-
XYZ22.7926.8422.07-
YUV138.36118.21120.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.32%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=32.32%
G=37.12%
B=30.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471210.1300.180.42103.8510.7452.55
Hex809379D0122A68b35
Octal20022317115022521501365
Binary10000000100100111111001110101001010101011010001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809379; }

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

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

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

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

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

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

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

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