#857b18

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

Shades of Trendy Green #857B18

Tints of Trendy Green #857B18

Color information

#857B18 (or 0x857B18) is unknown color: approx Trendy Green. HEX triplet: 85, 7B and 18. RGB value is (133,123,24). Sum of RGB (Red+Green+Blue) = 133+123+24=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #857B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B18 is #7A84E7. Grayscale: #737373. Windows color (decimal): -8029416 or 1604485. OLE color: 1604485.

HSL color Cylindrical-coordinate representation of color #857B18: hue angle of 54.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #857B18 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13312324-
CMYK00.080.820.48
HSL54.5º69.43%30.78%-
HSV(B)54.5º81.95%52.16%-
XYZ16.9219.223.68-
YUV114.776.81141.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 24 (9.77% from 255) = 8.57%
R=47.5%
G=43.93%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331232400.080.820.4854.569.4330.78
Hex857B1808523036451f
Octal20517330010122606610537
Binary10000101111101111000010001010010110000110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857b18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857b18; }

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

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

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

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

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

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

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

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