#728660

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

Shades of Camouflage Green #728660

Tints of Camouflage Green #728660

Color information

#728660 (or 0x728660) is unknown color: approx Camouflage Green. HEX triplet: 72, 86 and 60. RGB value is (114,134,96). Sum of RGB (Red+Green+Blue) = 114+134+96=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #728660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728660 is #8D799F. Grayscale: #7B7B7B. Windows color (decimal): -9271712 or 6325874. OLE color: 6325874.

HSL color Cylindrical-coordinate representation of color #728660: hue angle of 91.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #728660 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB11413496-
CMYK0.1500.280.47
HSL91.58º16.52%45.1%-
HSV(B)91.58º28.36%52.55%-
XYZ17.5821.4714.28-
YUV123.69112.37121.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=33.14%
G=38.95%
B=27.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114134960.1500.280.4791.5816.5245.1
Hex728660F01C2F5c112d
Octal16220614017034571342155
Binary11100101000011011000001111011100101111101110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728660; }

 p { color: rgb(114,134,96); }

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

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

 a { background-color: rgb(114,134,96); }

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

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

 span { border-color: rgb(114,134,96); }

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