#859379

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

Shades of Spanish Green #859379

Tints of Spanish Green #859379

Color information

#859379 (or 0x859379) is unknown color: approx Spanish Green. HEX triplet: 85, 93 and 79. RGB value is (133,147,121). Sum of RGB (Red+Green+Blue) = 133+147+121=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #859379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859379 is #7A6C86. Grayscale: #8B8B8B. Windows color (decimal): -8023175 or 7967621. OLE color: 7967621.

HSL color Cylindrical-coordinate representation of color #859379: hue angle of 92.31º 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 #859379 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB133147121-
CMYK0.1000.180.42
HSL92.31º10.74%52.55%-
HSV(B)92.31º17.69%57.65%-
XYZ23.5627.2322.1-
YUV139.85117.36123.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=33.17%
G=36.66%
B=30.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471210.1000.180.4292.3110.7452.55
Hex859379A0122A5cb35
Octal20522317112022521341365
Binary10000101100100111111001101001001010101010111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859379; }

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

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

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

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

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

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

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

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