#708660

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

Shades of Camouflage Green #708660

Tints of Camouflage Green #708660

Color information

#708660 (or 0x708660) is unknown color: approx Camouflage Green. HEX triplet: 70, 86 and 60. RGB value is (112,134,96). Sum of RGB (Red+Green+Blue) = 112+134+96=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 134 - color contains mainly: green. Hex color #708660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708660 is #8F799F. Grayscale: #7B7B7B. Windows color (decimal): -9402784 or 6325872. OLE color: 6325872.

HSL color Cylindrical-coordinate representation of color #708660: hue angle of 94.74º degrees, saturation: 0.17, 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 #708660 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB11213496-
CMYK0.1600.280.47
HSL94.74º16.52%45.1%-
HSV(B)94.74º28.36%52.55%-
XYZ17.3221.3414.27-
YUV123.09112.71120.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=32.75%
G=39.18%
B=28.07%

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
Decimal112134960.1600.280.4794.7416.5245.1
Hex7086601001C2F5f112d
Octal16020614020034571372155
Binary111000010000110110000010000011100101111101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708660; }

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

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

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

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

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

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

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

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