#857E14

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

Shades of Trendy Green #857E14

Tints of Trendy Green #857E14

Color information

#857E14 (or 0x857E14) is unknown color: approx Trendy Green. HEX triplet: 85, 7E and 14. RGB value is (133,126,20). Sum of RGB (Red+Green+Blue) = 133+126+20=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #857E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857E14 is #7A81EB. Grayscale: #747474. Windows color (decimal): -8028652 or 1343109. OLE color: 1343109.

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

Color convert

RGB13312620-
CMYK00.050.850.48
HSL56.28º73.86%30%-
HSV(B)56.28º84.96%52.16%-
XYZ17.2619.963.6-
YUV116.0173.82140.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=47.67%
G=45.16%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331262000.050.850.4856.2873.8630
Hex857E14055530384a1e
Octal2051762405125607011236
Binary1000010111111101010001011010101110000111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,20); }

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

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

 a { background-color: rgb(133,126,20); }

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

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

 span { border-color: rgb(133,126,20); }

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