#868030

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

Shades of Trendy Green #868030

Tints of Trendy Green #868030

Color information

#868030 (or 0x868030) is unknown color: approx Trendy Green. HEX triplet: 86, 80 and 30. RGB value is (134,128,48). Sum of RGB (Red+Green+Blue) = 134+128+48=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #868030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868030 is #797FCF. Grayscale: #797979. Windows color (decimal): -7962576 or 3178630. OLE color: 3178630.

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

Color convert

RGB13412848-
CMYK00.040.640.47
HSL55.81º47.25%35.69%-
HSV(B)55.81º64.18%52.55%-
XYZ18.0820.725.84-
YUV120.6786.99137.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=43.23%
G=41.29%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341284800.040.640.4755.8147.2535.69
Hex86803004402F382f24
Octal206200600410057705744
Binary100001101000000011000001001000000101111111000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868030; }

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

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

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

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

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

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

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

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