#859181

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

Shades of Spanish Green #859181

Tints of Spanish Green #859181

Color information

#859181 (or 0x859181) is unknown color: approx Spanish Green. HEX triplet: 85, 91 and 81. RGB value is (133,145,129). Sum of RGB (Red+Green+Blue) = 133+145+129=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #859181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859181 is #7A6E7E. Grayscale: #8B8B8B. Windows color (decimal): -8023679 or 8491397. OLE color: 8491397.

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

Color convert

RGB133145129-
CMYK0.0800.110.43
HSL105º6.78%53.73%-
HSV(B)105º11.03%56.86%-
XYZ23.7626.8224.69-
YUV139.59122.02123.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.68%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=32.68%
G=35.63%
B=31.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451290.0800.110.431056.7853.73
Hex85918180B2B69736
Octal2052212011001353151766
Binary1000010110010001100000011000010111010111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859181; }

 p { color: rgb(133,145,129); }

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

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

 a { background-color: rgb(133,145,129); }

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

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

 span { border-color: rgb(133,145,129); }

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