#858C7F

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

Shades of Spanish Green #858C7F

Tints of Spanish Green #858C7F

Color information

#858C7F (or 0x858C7F) is unknown color: approx Spanish Green. HEX triplet: 85, 8C and 7F. RGB value is (133,140,127). Sum of RGB (Red+Green+Blue) = 133+140+127=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 140 - color contains mainly: green. Hex color #858C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C7F is #7A7380. Grayscale: #888888. Windows color (decimal): -8024961 or 8359045. OLE color: 8359045.

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

Color convert

RGB133140127-
CMYK0.0500.090.45
HSL92.31º5.35%52.35%-
HSV(B)92.31º9.29%54.9%-
XYZ22.8825.2823.75-
YUV136.42122.68125.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 127 (50% from 255) = 31.75%
R=33.25%
G=35%
B=31.75%

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
Decimal1331401270.0500.090.4592.315.3552.35
Hex858C7F5092D5c534
Octal205214177501155134564
Binary10000101100011001111111101010011011011011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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