#72796A

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

Shades of Camouflage Green #72796A

Tints of Camouflage Green #72796A

Color information

#72796A (or 0x72796A) is unknown color: approx Camouflage Green. HEX triplet: 72, 79 and 6A. RGB value is (114,121,106). Sum of RGB (Red+Green+Blue) = 114+121+106=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #72796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72796A is #8D8695. Grayscale: #757575. Windows color (decimal): -9275030 or 6977906. OLE color: 6977906.

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

Color convert

RGB114121106-
CMYK0.0600.120.53
HSL88º6.61%44.51%-
HSV(B)88º12.4%47.45%-
XYZ16.3818.2916.3-
YUV117.2121.68125.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=33.43%
G=35.48%
B=31.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211060.0600.120.53886.6144.51
Hex72796A60C355872d
Octal162171152601465130755
Binary111001011110011101010110011001101011011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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