#859180

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

Shades of Spanish Green #859180

Tints of Spanish Green #859180

Color information

#859180 (or 0x859180) is unknown color: approx Spanish Green. HEX triplet: 85, 91 and 80. RGB value is (133,145,128). Sum of RGB (Red+Green+Blue) = 133+145+128=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #859180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859180 is #7A6E7F. Grayscale: #8B8B8B. Windows color (decimal): -8023680 or 8425861. OLE color: 8425861.

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

Color convert

RGB133145128-
CMYK0.0800.120.43
HSL102.35º7.17%53.53%-
HSV(B)102.35º11.72%56.86%-
XYZ23.6926.824.35-
YUV139.47121.52123.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=32.76%
G=35.71%
B=31.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331451280.0800.120.43102.357.1753.53
Hex85918080C2B66736
Octal2052212001001453146766
Binary1000010110010001100000001000011001010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859180; }

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

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

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

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

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

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

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

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