#728162

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

Shades of Camouflage Green #728162

Tints of Camouflage Green #728162

Color information

#728162 (or 0x728162) is unknown color: approx Camouflage Green. HEX triplet: 72, 81 and 62. RGB value is (114,129,98). Sum of RGB (Red+Green+Blue) = 114+129+98=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 129 - color contains mainly: green. Hex color #728162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728162 is #8D7E9D. Grayscale: #797979. Windows color (decimal): -9272990 or 6455666. OLE color: 6455666.

HSL color Cylindrical-coordinate representation of color #728162: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728162 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB11412998-
CMYK0.1200.240.49
HSL89.03º13.66%44.51%-
HSV(B)89.03º24.03%50.59%-
XYZ16.9920.1614.55-
YUV120.98115.03123.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 129 (50.78% from 255) = 37.83%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=33.43%
G=37.83%
B=28.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114129980.1200.240.4989.0313.6644.51
Hex728162C0183159e2d
Octal16220114214030611311655
Binary1110010100000011100010110001100011000110110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728162; }

 p { color: rgb(114,129,98); }

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

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

 a { background-color: rgb(114,129,98); }

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

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

 span { border-color: rgb(114,129,98); }

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