#868330

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

Shades of Trendy Green #868330

Tints of Trendy Green #868330

Color information

#868330 (or 0x868330) is unknown color: approx Trendy Green. HEX triplet: 86, 83 and 30. RGB value is (134,131,48). Sum of RGB (Red+Green+Blue) = 134+131+48=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #868330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868330 is #797CCF. Grayscale: #7A7A7A. Windows color (decimal): -7961808 or 3179398. OLE color: 3179398.

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

Color convert

RGB13413148-
CMYK00.020.640.47
HSL57.91º47.25%35.69%-
HSV(B)57.91º64.18%52.55%-
XYZ18.4821.515.97-
YUV122.4385.99136.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=42.81%
G=41.85%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341314800.020.640.4757.9147.2535.69
Hex86833002402F3a2f24
Octal206203600210057725744
Binary10000110100000111100000101000000101111111010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868330; }

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

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

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

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

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

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

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

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