#728261

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

Shades of Camouflage Green #728261

Tints of Camouflage Green #728261

Color information

#728261 (or 0x728261) is unknown color: approx Camouflage Green. HEX triplet: 72, 82 and 61. RGB value is (114,130,97). Sum of RGB (Red+Green+Blue) = 114+130+97=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #728261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728261 is #8D7D9E. Grayscale: #797979. Windows color (decimal): -9272735 or 6390386. OLE color: 6390386.

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

Color convert

RGB11413097-
CMYK0.1200.250.49
HSL89.09º14.54%44.51%-
HSV(B)89.09º25.38%50.98%-
XYZ17.0820.4114.35-
YUV121.45114.2122.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=33.43%
G=38.12%
B=28.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114130970.1200.250.4989.0914.5444.51
Hex728261C0193159f2d
Octal16220214114031611311755
Binary1110010100000101100001110001100111000110110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728261; }

 p { color: rgb(114,130,97); }

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

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

 a { background-color: rgb(114,130,97); }

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

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

 span { border-color: rgb(114,130,97); }

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