#857a15

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

Shades of Trendy Green #857A15

Tints of Trendy Green #857A15

Color information

#857A15 (or 0x857A15) is unknown color: approx Trendy Green. HEX triplet: 85, 7A and 15. RGB value is (133,122,21). Sum of RGB (Red+Green+Blue) = 133+122+21=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #857A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A15 is #7A85EA. Grayscale: #727272. Windows color (decimal): -8029675 or 1407621. OLE color: 1407621.

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

Color convert

RGB13312221-
CMYK00.080.840.48
HSL54.11º72.73%30.2%-
HSV(B)54.11º84.21%52.16%-
XYZ16.7718.963.49-
YUV113.7875.64141.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 122 (48.05% from 255) = 44.20%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=48.19%
G=44.20%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331222100.080.840.4854.1172.7330.2
Hex857A1508543036491e
Octal20517225010124606611136
Binary10000101111101010101010001010100110000110110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,122,21); }

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

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

 a { background-color: rgb(133,122,21); }

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

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

 span { border-color: rgb(133,122,21); }

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