#858C80

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

Shades of Spanish Green #858C80

Tints of Spanish Green #858C80

Color information

#858C80 (or 0x858C80) is unknown color: approx Spanish Green. HEX triplet: 85, 8C and 80. RGB value is (133,140,128). Sum of RGB (Red+Green+Blue) = 133+140+128=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #858C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C80 is #7A737F. Grayscale: #888888. Windows color (decimal): -8024960 or 8424581. OLE color: 8424581.

HSL color Cylindrical-coordinate representation of color #858C80: hue angle of 95º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858C80 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB133140128-
CMYK0.0500.090.45
HSL95º4.96%52.55%-
HSV(B)95º8.57%54.9%-
XYZ22.9525.324.1-
YUV136.54123.18125.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=33.17%
G=34.91%
B=31.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331401280.0500.090.45954.9652.55
Hex858C805092D5f535
Octal205214200501155137565
Binary100001011000110010000000101010011011011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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