#72796C

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

Shades of Camouflage Green #72796C

Tints of Camouflage Green #72796C

Color information

#72796C (or 0x72796C) is unknown color: approx Camouflage Green. HEX triplet: 72, 79 and 6C. RGB value is (114,121,108). Sum of RGB (Red+Green+Blue) = 114+121+108=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #72796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796C is #8D8693. Grayscale: #757575. Windows color (decimal): -9275028 or 7108978. OLE color: 7108978.

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

Color convert

RGB114121108-
CMYK0.0600.110.53
HSL92.31º5.68%44.9%-
HSV(B)92.31º10.74%47.45%-
XYZ16.4818.3316.86-
YUV117.42122.68125.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=33.24%
G=35.28%
B=31.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211080.0600.110.5392.315.6844.9
Hex72796C60B355c62d
Octal162171154601365134655
Binary111001011110011101100110010111101011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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