#858B80

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

Shades of Spanish Green #858B80

Tints of Spanish Green #858B80

Color information

#858B80 (or 0x858B80) is unknown color: approx Spanish Green. HEX triplet: 85, 8B and 80. RGB value is (133,139,128). Sum of RGB (Red+Green+Blue) = 133+139+128=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #858B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B80 is #7A747F. Grayscale: #878787. Windows color (decimal): -8025216 or 8424325. OLE color: 8424325.

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

Color convert

RGB133139128-
CMYK0.0400.080.45
HSL92.73º4.53%52.35%-
HSV(B)92.73º7.91%54.51%-
XYZ22.825.0124.05-
YUV135.95123.51125.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.25%
GREEN value IS 139 (54.69% from 255) = 34.75%
BLUE value IS 128 (50.39% from 255) = 32%
R=33.25%
G=34.75%
B=32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331391280.0400.080.4592.734.5352.35
Hex858B804082D5d534
Octal205213200401055135564
Binary100001011000101110000000100010001011011011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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