#728011

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

Shades of Trendy Green #728011

Tints of Trendy Green #728011

Color information

#728011 (or 0x728011) is unknown color: approx Trendy Green. HEX triplet: 72, 80 and 11. RGB value is (114,128,17). Sum of RGB (Red+Green+Blue) = 114+128+17=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #728011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728011 is #8D7FEE. Grayscale: #6F6F6F. Windows color (decimal): -9273327 or 1146994. OLE color: 1146994.

HSL color Cylindrical-coordinate representation of color #728011: hue angle of 67.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #728011 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB11412817-
CMYK0.1100.870.50
HSL67.57º76.55%28.43%-
HSV(B)67.57º86.72%50.2%-
XYZ14.7619.063.43-
YUV111.1674.86130.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=44.02%
G=49.42%
B=6.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128170.1100.870.5067.5776.5528.43
Hex728011B05732444d1c
Octal162200211301276210411534
Binary111001010000000100011011010101111100101000100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728011; }

 p { color: rgb(114,128,17); }

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

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

 a { background-color: rgb(114,128,17); }

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

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

 span { border-color: rgb(114,128,17); }

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