#727C6B

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

Shades of Camouflage Green #727C6B

Tints of Camouflage Green #727C6B

Color information

#727C6B (or 0x727C6B) is unknown color: approx Camouflage Green. HEX triplet: 72, 7C and 6B. RGB value is (114,124,107). Sum of RGB (Red+Green+Blue) = 114+124+107=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #727C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C6B is #8D8394. Grayscale: #777777. Windows color (decimal): -9274261 or 7044210. OLE color: 7044210.

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

Color convert

RGB114124107-
CMYK0.0800.140.51
HSL95.29º7.36%45.29%-
HSV(B)95.29º13.71%48.63%-
XYZ16.819.0516.7-
YUV119.07121.19124.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=33.04%
G=35.94%
B=31.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141241070.0800.140.5195.297.3645.29
Hex727C6B80E335f72d
Octal1621741531001663137755
Binary1110010111110011010111000011101100111011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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