#858C81

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

Shades of Spanish Green #858C81

Tints of Spanish Green #858C81

Color information

#858C81 (or 0x858C81) is unknown color: approx Spanish Green. HEX triplet: 85, 8C and 81. RGB value is (133,140,129). Sum of RGB (Red+Green+Blue) = 133+140+129=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #858C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C81 is #7A737E. Grayscale: #888888. Windows color (decimal): -8024959 or 8490117. OLE color: 8490117.

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

Color convert

RGB133140129-
CMYK0.0500.080.45
HSL98.18º4.56%52.75%-
HSV(B)98.18º7.86%54.9%-
XYZ23.0125.3324.44-
YUV136.65123.68125.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=33.08%
G=34.83%
B=32.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331401290.0500.080.4598.184.5652.75
Hex858C815082D62535
Octal205214201501055142565
Binary100001011000110010000001101010001011011100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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