#868520

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

Shades of Trendy Green #868520

Tints of Trendy Green #868520

Color information

#868520 (or 0x868520) is unknown color: approx Trendy Green. HEX triplet: 86, 85 and 20. RGB value is (134,133,32). Sum of RGB (Red+Green+Blue) = 134+133+32=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #868520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868520 is #797ADF. Grayscale: #7A7A7A. Windows color (decimal): -7961312 or 2131334. OLE color: 2131334.

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

Color convert

RGB13413332-
CMYK00.010.760.47
HSL59.41º61.45%32.55%-
HSV(B)59.41º76.12%52.55%-
XYZ18.4821.954.63-
YUV121.7877.33136.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 133 (52.34% from 255) = 44.48%
BLUE value IS 32 (12.89% from 255) = 10.70%
R=44.82%
G=44.48%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341333200.010.760.4759.4161.4532.55
Hex868520014C2F3b3d21
Octal206205400111457737541
Binary1000011010000101100000011001100101111111011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868520; }

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

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

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

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

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

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

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

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