#868314

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

Shades of Trendy Green #868314

Tints of Trendy Green #868314

Color information

#868314 (or 0x868314) is unknown color: approx Trendy Green. HEX triplet: 86, 83 and 14. RGB value is (134,131,20). Sum of RGB (Red+Green+Blue) = 134+131+20=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #868314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868314 is #797CEB. Grayscale: #777777. Windows color (decimal): -7961836 or 1344390. OLE color: 1344390.

HSL color Cylindrical-coordinate representation of color #868314: hue angle of 58.42º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #868314 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13413120-
CMYK00.020.850.47
HSL58.42º74.03%30.2%-
HSV(B)58.42º85.07%52.55%-
XYZ18.0721.353.83-
YUV119.2471.99138.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=47.02%
G=45.96%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341312000.020.850.4758.4274.0330.2
Hex86831402552F3a4a1e
Octal2062032402125577211236
Binary1000011010000011101000101010101101111111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868314; }

 p { color: rgb(134,131,20); }

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

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

 a { background-color: rgb(134,131,20); }

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

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

 span { border-color: rgb(134,131,20); }

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