#727969

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

Shades of Camouflage Green #727969

Tints of Camouflage Green #727969

Color information

#727969 (or 0x727969) is unknown color: approx Camouflage Green. HEX triplet: 72, 79 and 69. RGB value is (114,121,105). Sum of RGB (Red+Green+Blue) = 114+121+105=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 121 - color contains mainly: green. Hex color #727969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727969 is #8D8696. Grayscale: #757575. Windows color (decimal): -9275031 or 6912370. OLE color: 6912370.

HSL color Cylindrical-coordinate representation of color #727969: hue angle of 86.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #727969 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB114121105-
CMYK0.0600.130.53
HSL86.25º7.08%44.31%-
HSV(B)86.25º13.22%47.45%-
XYZ16.3318.2716.03-
YUV117.08121.18125.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=33.53%
G=35.59%
B=30.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141211050.0600.130.5386.257.0844.31
Hex72796960D355672c
Octal162171151601565126754
Binary111001011110011101001110011011101011010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727969; }

 p { color: rgb(114,121,105); }

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

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

 a { background-color: rgb(114,121,105); }

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

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

 span { border-color: rgb(114,121,105); }

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