#70885D

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

Shades of Camouflage Green #70885D

Tints of Camouflage Green #70885D

Color information

#70885D (or 0x70885D) is unknown color: approx Camouflage Green. HEX triplet: 70, 88 and 5D. RGB value is (112,136,93). Sum of RGB (Red+Green+Blue) = 112+136+93=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #70885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70885D is #8F77A2. Grayscale: #7C7C7C. Windows color (decimal): -9402275 or 6129776. OLE color: 6129776.

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

Color convert

RGB11213693-
CMYK0.1800.320.47
HSL93.49º18.78%44.9%-
HSV(B)93.49º31.62%53.33%-
XYZ17.4621.8413.65-
YUV123.92110.55119.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=32.84%
G=39.88%
B=27.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136930.1800.320.4793.4918.7844.9
Hex70885D120202F5d132d
Octal16021013522040571352355
Binary1110000100010001011101100100100000101111101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70885D; }

 p { color: rgb(112,136,93); }

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

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

 a { background-color: rgb(112,136,93); }

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

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

 span { border-color: rgb(112,136,93); }

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