#728069

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

Shades of Camouflage Green #728069

Tints of Camouflage Green #728069

Color information

#728069 (or 0x728069) is unknown color: approx Camouflage Green. HEX triplet: 72, 80 and 69. RGB value is (114,128,105). Sum of RGB (Red+Green+Blue) = 114+128+105=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #728069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728069 is #8D7F96. Grayscale: #797979. Windows color (decimal): -9273239 or 6914162. OLE color: 6914162.

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

Color convert

RGB114128105-
CMYK0.1100.180.50
HSL96.52º9.87%45.69%-
HSV(B)96.52º17.97%50.2%-
XYZ17.2120.0416.32-
YUV121.19118.86122.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=32.85%
G=36.89%
B=30.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141281050.1100.180.5096.529.8745.69
Hex728069B0123261a2e
Octal16220015113022621411256
Binary1110010100000001101001101101001011001011000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728069; }

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

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

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

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

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

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

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

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