#727A6B

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

Shades of Camouflage Green #727A6B

Tints of Camouflage Green #727A6B

Color information

#727A6B (or 0x727A6B) is unknown color: approx Camouflage Green. HEX triplet: 72, 7A and 6B. RGB value is (114,122,107). Sum of RGB (Red+Green+Blue) = 114+122+107=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 122 - color contains mainly: green. Hex color #727A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A6B is #8D8594. Grayscale: #757575. Windows color (decimal): -9274773 or 7043698. OLE color: 7043698.

HSL color Cylindrical-coordinate representation of color #727A6B: hue angle of 92º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727A6B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB114122107-
CMYK0.0700.120.52
HSL92º6.55%44.9%-
HSV(B)92º12.3%47.84%-
XYZ16.5518.5616.62-
YUV117.9121.85125.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=33.24%
G=35.57%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141221070.0700.120.52926.5544.9
Hex727A6B70C345c72d
Octal162172153701464134755
Binary111001011110101101011111011001101001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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