#858117

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

Shades of Trendy Green #858117

Tints of Trendy Green #858117

Color information

#858117 (or 0x858117) is unknown color: approx Trendy Green. HEX triplet: 85, 81 and 17. RGB value is (133,129,23). Sum of RGB (Red+Green+Blue) = 133+129+23=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #858117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858117 is #7A7EE8. Grayscale: #767676. Windows color (decimal): -8027881 or 1540485. OLE color: 1540485.

HSL color Cylindrical-coordinate representation of color #858117: hue angle of 57.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #858117 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB13312923-
CMYK00.030.830.48
HSL57.82º70.51%30.59%-
HSV(B)57.82º82.71%52.16%-
XYZ17.6820.753.88-
YUV118.1174.33138.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=46.67%
G=45.26%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331292300.030.830.4857.8270.5130.59
Hex8581170353303a471f
Octal2052012703123607210737
Binary1000010110000001101110111010011110000111010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858117; }

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

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

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

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

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

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

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

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