#708761

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

Shades of Camouflage Green #708761

Tints of Camouflage Green #708761

Color information

#708761 (or 0x708761) is unknown color: approx Camouflage Green. HEX triplet: 70, 87 and 61. RGB value is (112,135,97). Sum of RGB (Red+Green+Blue) = 112+135+97=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #708761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708761 is #8F789E. Grayscale: #7B7B7B. Windows color (decimal): -9402527 or 6391664. OLE color: 6391664.

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

Color convert

RGB11213597-
CMYK0.1700.280.47
HSL96.32º16.38%45.49%-
HSV(B)96.32º28.15%52.94%-
XYZ17.521.6414.56-
YUV123.79112.88119.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=32.56%
G=39.24%
B=28.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135970.1700.280.4796.3216.3845.49
Hex7087611101C2F60102d
Octal16020714121034571402055
Binary111000010000111110000110001011100101111110000010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708761; }

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

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

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

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

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

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

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

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