#72796D

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

Shades of Camouflage Green #72796D

Tints of Camouflage Green #72796D

Color information

#72796D (or 0x72796D) is unknown color: approx Camouflage Green. HEX triplet: 72, 79 and 6D. RGB value is (114,121,109). Sum of RGB (Red+Green+Blue) = 114+121+109=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 121 - color contains mainly: green. Hex color #72796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796D is #8D8692. Grayscale: #757575. Windows color (decimal): -9275027 or 7174514. OLE color: 7174514.

HSL color Cylindrical-coordinate representation of color #72796D: hue angle of 95º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #72796D is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB114121109-
CMYK0.0600.100.53
HSL95º5.22%45.1%-
HSV(B)95º9.92%47.45%-
XYZ16.5418.3617.14-
YUV117.54123.18125.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=33.14%
G=35.17%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211090.0600.100.53955.2245.1
Hex72796D60A355f52d
Octal162171155601265137555
Binary111001011110011101101110010101101011011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72796D; }

 p { color: rgb(114,121,109); }

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

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

 a { background-color: rgb(114,121,109); }

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

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

 span { border-color: rgb(114,121,109); }

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