#728560

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

Shades of Camouflage Green #728560

Tints of Camouflage Green #728560

Color information

#728560 (or 0x728560) is unknown color: approx Camouflage Green. HEX triplet: 72, 85 and 60. RGB value is (114,133,96). Sum of RGB (Red+Green+Blue) = 114+133+96=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #728560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728560 is #8D7A9F. Grayscale: #7B7B7B. Windows color (decimal): -9271968 or 6325618. OLE color: 6325618.

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

Color convert

RGB11413396-
CMYK0.1400.280.48
HSL90.81º16.16%44.9%-
HSV(B)90.81º27.82%52.16%-
XYZ17.4421.214.24-
YUV123.1112.71121.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=33.24%
G=38.78%
B=27.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133960.1400.280.4890.8116.1644.9
Hex728560E01C305b102d
Octal16220514016034601332055
Binary11100101000010111000001110011100110000101101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728560; }

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

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

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

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

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

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

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

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