#708661

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

Shades of Camouflage Green #708661

Tints of Camouflage Green #708661

Color information

#708661 (or 0x708661) is unknown color: approx Camouflage Green. HEX triplet: 70, 86 and 61. RGB value is (112,134,97). Sum of RGB (Red+Green+Blue) = 112+134+97=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 134 - color contains mainly: green. Hex color #708661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708661 is #8F799E. Grayscale: #7B7B7B. Windows color (decimal): -9402783 or 6391408. OLE color: 6391408.

HSL color Cylindrical-coordinate representation of color #708661: hue angle of 95.68º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #708661 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB11213497-
CMYK0.1600.280.47
HSL95.68º16.02%45.29%-
HSV(B)95.68º27.61%52.55%-
XYZ17.3621.3614.52-
YUV123.2113.21120.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=32.65%
G=39.07%
B=28.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134970.1600.280.4795.6816.0245.29
Hex7086611001C2F60102d
Octal16020614120034571402055
Binary111000010000110110000110000011100101111110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708661; }

 p { color: rgb(112,134,97); }

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

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

 a { background-color: rgb(112,134,97); }

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

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

 span { border-color: rgb(112,134,97); }

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