#72776C

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

Shades of Camouflage Green #72776C

Tints of Camouflage Green #72776C

Color information

#72776C (or 0x72776C) is unknown color: approx Camouflage Green. HEX triplet: 72, 77 and 6C. RGB value is (114,119,108). Sum of RGB (Red+Green+Blue) = 114+119+108=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 119 - color contains mainly: green. Hex color #72776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72776C is #8D8893. Grayscale: #747474. Windows color (decimal): -9275540 or 7108466. OLE color: 7108466.

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

Color convert

RGB114119108-
CMYK0.0400.090.53
HSL87.27º4.85%44.51%-
HSV(B)87.27º9.24%46.67%-
XYZ16.2417.8516.78-
YUV116.25123.34126.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=33.43%
G=34.90%
B=31.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141191080.0400.090.5387.274.8544.51
Hex72776C409355752d
Octal162167154401165127555
Binary111001011101111101100100010011101011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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