#858B7F

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

Shades of Spanish Green #858B7F

Tints of Spanish Green #858B7F

Color information

#858B7F (or 0x858B7F) is unknown color: approx Spanish Green. HEX triplet: 85, 8B and 7F. RGB value is (133,139,127). Sum of RGB (Red+Green+Blue) = 133+139+127=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #858B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B7F is #7A7480. Grayscale: #878787. Windows color (decimal): -8025217 or 8358789. OLE color: 8358789.

HSL color Cylindrical-coordinate representation of color #858B7F: hue angle of 90º 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 #858B7F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB133139127-
CMYK0.0400.090.45
HSL90º4.92%52.16%-
HSV(B)90º8.63%54.51%-
XYZ22.7424.9823.7-
YUV135.84123.01125.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 127 (50% from 255) = 31.83%
R=33.33%
G=34.84%
B=31.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331391270.0400.090.45904.9252.16
Hex858B7F4092D5a534
Octal205213177401155132564
Binary10000101100010111111111100010011011011011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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