#708961

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

Shades of Camouflage Green #708961

Tints of Camouflage Green #708961

Color information

#708961 (or 0x708961) is unknown color: approx Camouflage Green. HEX triplet: 70, 89 and 61. RGB value is (112,137,97). Sum of RGB (Red+Green+Blue) = 112+137+97=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #708961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708961 is #8F769E. Grayscale: #7D7D7D. Windows color (decimal): -9402015 or 6392176. OLE color: 6392176.

HSL color Cylindrical-coordinate representation of color #708961: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #708961 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB11213797-
CMYK0.1800.290.46
HSL97.5º17.09%45.88%-
HSV(B)97.5º29.2%53.73%-
XYZ17.7922.214.66-
YUV124.96112.22118.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=32.37%
G=39.60%
B=28.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137970.1800.290.4697.517.0945.88
Hex7089611201D2E62112e
Octal16021114122035561422156
Binary111000010001001110000110010011101101110110001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708961; }

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

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

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

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

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

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

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

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