#858E80

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

Shades of Spanish Green #858E80

Tints of Spanish Green #858E80

Color information

#858E80 (or 0x858E80) is unknown color: approx Spanish Green. HEX triplet: 85, 8E and 80. RGB value is (133,142,128). Sum of RGB (Red+Green+Blue) = 133+142+128=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #858E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E80 is #7A717F. Grayscale: #898989. Windows color (decimal): -8024448 or 8425093. OLE color: 8425093.

HSL color Cylindrical-coordinate representation of color #858E80: hue angle of 98.57º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858E80 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB133142128-
CMYK0.0600.100.44
HSL98.57º5.83%52.94%-
HSV(B)98.57º9.86%55.69%-
XYZ23.2425.8924.19-
YUV137.71122.52124.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 142 (55.86% from 255) = 35.24%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=33.00%
G=35.24%
B=31.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331421280.0600.100.4498.575.8352.94
Hex858E8060A2C63635
Octal205216200601254143665
Binary100001011000111010000000110010101011001100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858E80; }

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

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

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

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

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

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

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

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