#858718

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

Shades of Trendy Green #858718

Tints of Trendy Green #858718

Color information

#858718 (or 0x858718) is unknown color: approx Trendy Green. HEX triplet: 85, 87 and 18. RGB value is (133,135,24). Sum of RGB (Red+Green+Blue) = 133+135+24=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #858718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858718 is #7A78E7. Grayscale: #7A7A7A. Windows color (decimal): -8026344 or 1607557. OLE color: 1607557.

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

Color convert

RGB13313524-
CMYK0.0100.820.47
HSL61.08º69.81%31.18%-
HSV(B)61.08º82.22%52.94%-
XYZ18.522.384.21-
YUV121.7572.84136.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.55%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=45.55%
G=46.23%
B=8.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135240.0100.820.4761.0869.8131.18
Hex85871810522F3d461f
Octal2052073010122577510637
Binary100001011000011111000101010010101111111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858718; }

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

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

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

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

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

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

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

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