#72766E

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

Shades of Camouflage Green #72766E

Tints of Camouflage Green #72766E

Color information

#72766E (or 0x72766E) is unknown color: approx Camouflage Green. HEX triplet: 72, 76 and 6E. RGB value is (114,118,110). Sum of RGB (Red+Green+Blue) = 114+118+110=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 118 - color contains mainly: green. Hex color #72766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72766E is #8D8991. Grayscale: #737373. Windows color (decimal): -9275794 or 7239282. OLE color: 7239282.

HSL color Cylindrical-coordinate representation of color #72766E: hue angle of 90º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #72766E is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB114118110-
CMYK0.0300.070.54
HSL90º3.51%44.71%-
HSV(B)90º6.78%46.27%-
XYZ16.2317.6617.31-
YUV115.89124.67126.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=33.33%
G=34.50%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141181100.0300.070.54903.5144.71
Hex72766E307365a42d
Octal16216615630766132455
Binary1110010111011011011101101111101101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72766E; }

 p { color: rgb(114,118,110); }

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

<style>
 a { background-color: #72766E; }

 a { background-color: rgb(114,118,110); }

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

<style>
 span { border-color: #72766E; }

 span { border-color: rgb(114,118,110); }

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