#72786B

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

Shades of Camouflage Green #72786B

Tints of Camouflage Green #72786B

Color information

#72786B (or 0x72786B) is unknown color: approx Camouflage Green. HEX triplet: 72, 78 and 6B. RGB value is (114,120,107). Sum of RGB (Red+Green+Blue) = 114+120+107=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #72786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72786B is #8D8794. Grayscale: #747474. Windows color (decimal): -9275285 or 7043186. OLE color: 7043186.

HSL color Cylindrical-coordinate representation of color #72786B: hue angle of 87.69º 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 #72786B is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB114120107-
CMYK0.0500.110.53
HSL87.69º5.73%44.51%-
HSV(B)87.69º10.83%47.06%-
XYZ16.3118.0716.54-
YUV116.72122.51126.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=33.43%
G=35.19%
B=31.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201070.0500.110.5387.695.7344.51
Hex72786B50B355862d
Octal162170153501365130655
Binary111001011110001101011101010111101011011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72786B; }

 p { color: rgb(114,120,107); }

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

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

 a { background-color: rgb(114,120,107); }

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

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

 span { border-color: rgb(114,120,107); }

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