#727B68

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

Shades of Camouflage Green #727B68

Tints of Camouflage Green #727B68

Color information

#727B68 (or 0x727B68) is unknown color: approx Camouflage Green. HEX triplet: 72, 7B and 68. RGB value is (114,123,104). Sum of RGB (Red+Green+Blue) = 114+123+104=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 123 - color contains mainly: green. Hex color #727B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727B68 is #8D8497. Grayscale: #767676. Windows color (decimal): -9274520 or 6847346. OLE color: 6847346.

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

Color convert

RGB114123104-
CMYK0.0700.150.52
HSL88.42º8.37%44.51%-
HSV(B)88.42º15.45%48.24%-
XYZ16.5218.7415.84-
YUV118.14120.02125.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=33.43%
G=36.07%
B=30.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141231040.0700.150.5288.428.3744.51
Hex727B6870F345882d
Octal1621731507017641301055
Binary1110010111101111010001110111111010010110001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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