#868018

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

Shades of Trendy Green #868018

Tints of Trendy Green #868018

Color information

#868018 (or 0x868018) is unknown color: approx Trendy Green. HEX triplet: 86, 80 and 18. RGB value is (134,128,24). Sum of RGB (Red+Green+Blue) = 134+128+24=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #868018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868018 is #797FE7. Grayscale: #767676. Windows color (decimal): -7962600 or 1605766. OLE color: 1605766.

HSL color Cylindrical-coordinate representation of color #868018: hue angle of 56.73º 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 #868018 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13412824-
CMYK00.040.820.47
HSL56.73º69.62%30.98%-
HSV(B)56.73º82.09%52.55%-
XYZ17.7220.573.9-
YUV117.9474.99139.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 24 (9.77% from 255) = 8.39%
R=46.85%
G=44.76%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341282400.040.820.4756.7369.6230.98
Hex86801804522F39461f
Octal2062003004122577110637
Binary10000110100000001100001001010010101111111001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868018; }

 p { color: rgb(134,128,24); }

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

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

 a { background-color: rgb(134,128,24); }

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

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

 span { border-color: rgb(134,128,24); }

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