#857F1E

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

Shades of Trendy Green #857F1E

Tints of Trendy Green #857F1E

Color information

#857F1E (or 0x857F1E) is unknown color: approx Trendy Green. HEX triplet: 85, 7F and 1E. RGB value is (133,127,30). Sum of RGB (Red+Green+Blue) = 133+127+30=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F1E is #7A80E1. Grayscale: #767676. Windows color (decimal): -8028386 or 1998725. OLE color: 1998725.

HSL color Cylindrical-coordinate representation of color #857F1E: hue angle of 56.5º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #857F1E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13312730-
CMYK00.050.770.48
HSL56.5º63.19%31.96%-
HSV(B)56.5º77.44%52.16%-
XYZ17.520.264.22-
YUV117.7478.49138.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=45.86%
G=43.79%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331273000.050.770.4856.563.1931.96
Hex857F1E054D30393f20
Octal205177360511560717740
Binary1000010111111111111001011001101110000111001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,30); }

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

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

 a { background-color: rgb(133,127,30); }

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

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

 span { border-color: rgb(133,127,30); }

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