#728466

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

Shades of Camouflage Green #728466

Tints of Camouflage Green #728466

Color information

#728466 (or 0x728466) is unknown color: approx Camouflage Green. HEX triplet: 72, 84 and 66. RGB value is (114,132,102). Sum of RGB (Red+Green+Blue) = 114+132+102=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #728466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728466 is #8D7B99. Grayscale: #7B7B7B. Windows color (decimal): -9272218 or 6718578. OLE color: 6718578.

HSL color Cylindrical-coordinate representation of color #728466: hue angle of 96º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728466 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB114132102-
CMYK0.1400.230.48
HSL96º12.82%45.88%-
HSV(B)96º22.73%51.76%-
XYZ17.5921.0415.7-
YUV123.2116.04121.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=32.76%
G=37.93%
B=29.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321020.1400.230.489612.8245.88
Hex728466E0173060d2e
Octal16220414616027601401556
Binary1110010100001001100110111001011111000011000001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728466; }

 p { color: rgb(114,132,102); }

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

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

 a { background-color: rgb(114,132,102); }

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

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

 span { border-color: rgb(114,132,102); }

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