#727A6A

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

Shades of Camouflage Green #727A6A

Tints of Camouflage Green #727A6A

Color information

#727A6A (or 0x727A6A) is unknown color: approx Camouflage Green. HEX triplet: 72, 7A and 6A. RGB value is (114,122,106). Sum of RGB (Red+Green+Blue) = 114+122+106=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #727A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727A6A is #8D8595. Grayscale: #757575. Windows color (decimal): -9274774 or 6978162. OLE color: 6978162.

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

Color convert

RGB114122106-
CMYK0.0700.130.52
HSL90º7.02%44.71%-
HSV(B)90º13.11%47.84%-
XYZ16.518.5416.34-
YUV117.78121.35125.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=33.33%
G=35.67%
B=30.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1141221060.0700.130.52907.0244.71
Hex727A6A70D345a72d
Octal162172152701564132755
Binary111001011110101101010111011011101001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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