#70875F

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

Shades of Camouflage Green #70875F

Tints of Camouflage Green #70875F

Color information

#70875F (or 0x70875F) is unknown color: approx Camouflage Green. HEX triplet: 70, 87 and 5F. RGB value is (112,135,95). Sum of RGB (Red+Green+Blue) = 112+135+95=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #70875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70875F is #8F78A0. Grayscale: #7B7B7B. Windows color (decimal): -9402529 or 6260592. OLE color: 6260592.

HSL color Cylindrical-coordinate representation of color #70875F: hue angle of 94.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70875F is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB11213595-
CMYK0.1700.300.47
HSL94.5º17.39%45.1%-
HSV(B)94.5º29.63%52.94%-
XYZ17.4121.614.08-
YUV123.56111.88119.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=32.75%
G=39.47%
B=27.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135950.1700.300.4794.517.3945.1
Hex70875F1101E2F5e112d
Octal16020713721036571362155
Binary111000010000111101111110001011110101111101111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70875F; }

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

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

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

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

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

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

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

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