#708265

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

Shades of Camouflage Green #708265

Tints of Camouflage Green #708265

Color information

#708265 (or 0x708265) is unknown color: approx Camouflage Green. HEX triplet: 70, 82 and 65. RGB value is (112,130,101). Sum of RGB (Red+Green+Blue) = 112+130+101=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #708265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708265 is #8F7D9A. Grayscale: #797979. Windows color (decimal): -9403803 or 6652528. OLE color: 6652528.

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

Color convert

RGB112130101-
CMYK0.1400.220.49
HSL97.24º12.55%45.29%-
HSV(B)97.24º22.31%50.98%-
XYZ17.0120.3515.34-
YUV121.31116.54121.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=32.65%
G=37.90%
B=29.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1121301010.1400.220.4997.2412.5545.29
Hex708265E0163161d2d
Octal16020214516026611411555
Binary1110000100000101100101111001011011000111000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708265; }

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

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

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

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

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

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

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

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