#858E7F

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

Shades of Spanish Green #858E7F

Tints of Spanish Green #858E7F

Color information

#858E7F (or 0x858E7F) is unknown color: approx Spanish Green. HEX triplet: 85, 8E and 7F. RGB value is (133,142,127). Sum of RGB (Red+Green+Blue) = 133+142+127=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #858E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858E7F is #7A7180. Grayscale: #898989. Windows color (decimal): -8024449 or 8359557. OLE color: 8359557.

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

Color convert

RGB133142127-
CMYK0.0600.110.44
HSL96º6.22%52.75%-
HSV(B)96º10.56%55.69%-
XYZ23.1825.8623.85-
YUV137.6122.02124.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 127 (50% from 255) = 31.59%
R=33.08%
G=35.32%
B=31.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331421270.0600.110.44966.2252.75
Hex858E7F60B2C60635
Octal205216177601354140665
Binary10000101100011101111111110010111011001100000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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