#858716

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

Shades of Trendy Green #858716

Tints of Trendy Green #858716

Color information

#858716 (or 0x858716) is unknown color: approx Trendy Green. HEX triplet: 85, 87 and 16. RGB value is (133,135,22). Sum of RGB (Red+Green+Blue) = 133+135+22=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #858716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858716 is #7A78E9. Grayscale: #797979. Windows color (decimal): -8026346 or 1476485. OLE color: 1476485.

HSL color Cylindrical-coordinate representation of color #858716: hue angle of 61.06º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #858716 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13313522-
CMYK0.0100.840.47
HSL61.06º71.97%30.78%-
HSV(B)61.06º83.7%52.94%-
XYZ18.4822.374.1-
YUV121.5271.84136.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=45.86%
G=46.55%
B=7.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135220.0100.840.4761.0671.9730.78
Hex85871610542F3d481f
Octal2052072610124577511037
Binary100001011000011110110101010100101111111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858716; }

 p { color: rgb(133,135,22); }

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

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

 a { background-color: rgb(133,135,22); }

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

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

 span { border-color: rgb(133,135,22); }

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