#727F69

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

Shades of Camouflage Green #727F69

Tints of Camouflage Green #727F69

Color information

#727F69 (or 0x727F69) is unknown color: approx Camouflage Green. HEX triplet: 72, 7F and 69. RGB value is (114,127,105). Sum of RGB (Red+Green+Blue) = 114+127+105=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 127 - color contains mainly: green. Hex color #727F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727F69 is #8D8096. Grayscale: #787878. Windows color (decimal): -9273495 or 6913906. OLE color: 6913906.

HSL color Cylindrical-coordinate representation of color #727F69: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727F69 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB114127105-
CMYK0.1000.170.50
HSL95.45º9.48%45.49%-
HSV(B)95.45º17.32%49.8%-
XYZ17.0819.7816.28-
YUV120.6119.19123.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=32.95%
G=36.71%
B=30.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141271050.1000.170.5095.459.4845.49
Hex727F69A011325f92d
Octal16217715112021621371155
Binary111001011111111101001101001000111001010111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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