#727C68

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

Shades of Camouflage Green #727C68

Tints of Camouflage Green #727C68

Color information

#727C68 (or 0x727C68) is unknown color: approx Camouflage Green. HEX triplet: 72, 7C and 68. RGB value is (114,124,104). Sum of RGB (Red+Green+Blue) = 114+124+104=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 124 - color contains mainly: green. Hex color #727C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C68 is #8D8397. Grayscale: #767676. Windows color (decimal): -9274264 or 6847602. OLE color: 6847602.

HSL color Cylindrical-coordinate representation of color #727C68: hue angle of 90º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #727C68 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB114124104-
CMYK0.0800.160.51
HSL90º8.77%44.71%-
HSV(B)90º16.13%48.63%-
XYZ16.6518.9915.89-
YUV118.73119.69124.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 124 (48.83% from 255) = 36.26%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=33.33%
G=36.26%
B=30.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141241040.0800.160.51908.7744.71
Hex727C688010335a92d
Octal16217415010020631321155
Binary111001011111001101000100001000011001110110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C68; }

 p { color: rgb(114,124,104); }

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

<style>
 a { background-color: #727C68; }

 a { background-color: rgb(114,124,104); }

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

<style>
 span { border-color: #727C68; }

 span { border-color: rgb(114,124,104); }

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