#858F81

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

Shades of Spanish Green #858F81

Tints of Spanish Green #858F81

Color information

#858F81 (or 0x858F81) is unknown color: approx Spanish Green. HEX triplet: 85, 8F and 81. RGB value is (133,143,129). Sum of RGB (Red+Green+Blue) = 133+143+129=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 143 - color contains mainly: green. Hex color #858F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858F81 is #7A707E. Grayscale: #8A8A8A. Windows color (decimal): -8024191 or 8490885. OLE color: 8490885.

HSL color Cylindrical-coordinate representation of color #858F81: hue angle of 102.86º 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 #858F81 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB133143129-
CMYK0.0700.100.44
HSL102.86º5.88%53.33%-
HSV(B)102.86º9.79%56.08%-
XYZ23.4626.2224.59-
YUV138.41122.69124.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 129 (50.78% from 255) = 31.85%
R=32.84%
G=35.31%
B=31.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331431290.0700.100.44102.865.8853.33
Hex858F8170A2C67635
Octal205217201701254147665
Binary100001011000111110000001111010101011001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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