#868620

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

Shades of Trendy Green #868620

Tints of Trendy Green #868620

Color information

#868620 (or 0x868620) is unknown color: approx Trendy Green. HEX triplet: 86, 86 and 20. RGB value is (134,134,32). Sum of RGB (Red+Green+Blue) = 134+134+32=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868620 is #7979DF. Grayscale: #7A7A7A. Windows color (decimal): -7961056 or 2131590. OLE color: 2131590.

HSL color Cylindrical-coordinate representation of color #868620: hue angle of 60º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #868620 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13413432-
CMYK000.760.47
HSL60º61.45%32.55%-
HSV(B)60º76.12%52.55%-
XYZ18.6222.224.67-
YUV122.3777136.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 32 (12.89% from 255) = 10.67%
R=44.67%
G=44.67%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413432000.760.476061.4532.55
Hex868620004C2F3c3d21
Octal206206400011457747541
Binary1000011010000110100000001001100101111111100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868620; }

 p { color: rgb(134,134,32); }

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

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

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

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

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

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

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