#708464

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

Shades of Camouflage Green #708464

Tints of Camouflage Green #708464

Color information

#708464 (or 0x708464) is unknown color: approx Camouflage Green. HEX triplet: 70, 84 and 64. RGB value is (112,132,100). Sum of RGB (Red+Green+Blue) = 112+132+100=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #708464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708464 is #8F7B9B. Grayscale: #7A7A7A. Windows color (decimal): -9403292 or 6587504. OLE color: 6587504.

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

Color convert

RGB112132100-
CMYK0.1500.240.48
HSL97.5º13.79%45.49%-
HSV(B)97.5º24.24%51.76%-
XYZ17.2320.8715.18-
YUV122.37115.37120.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=32.56%
G=38.37%
B=29.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121321000.1500.240.4897.513.7945.49
Hex708464F0183062e2d
Octal16020414417030601421655
Binary1110000100001001100100111101100011000011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708464; }

 p { color: rgb(112,132,100); }

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

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

 a { background-color: rgb(112,132,100); }

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

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

 span { border-color: rgb(112,132,100); }

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