#708261

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

Shades of Camouflage Green #708261

Tints of Camouflage Green #708261

Color information

#708261 (or 0x708261) is unknown color: approx Camouflage Green. HEX triplet: 70, 82 and 61. RGB value is (112,130,97). Sum of RGB (Red+Green+Blue) = 112+130+97=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #708261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708261 is #8F7D9E. Grayscale: #787878. Windows color (decimal): -9403807 or 6390384. OLE color: 6390384.

HSL color Cylindrical-coordinate representation of color #708261: hue angle of 92.73º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708261 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB11213097-
CMYK0.1400.250.49
HSL92.73º14.54%44.51%-
HSV(B)92.73º25.38%50.98%-
XYZ16.8220.2714.34-
YUV120.86114.54121.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=33.04%
G=38.35%
B=28.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112130970.1400.250.4992.7314.5444.51
Hex708261E019315df2d
Octal16020214116031611351755
Binary1110000100000101100001111001100111000110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708261; }

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

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

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

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

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

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

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

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