#708762

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

Shades of Camouflage Green #708762

Tints of Camouflage Green #708762

Color information

#708762 (or 0x708762) is unknown color: approx Camouflage Green. HEX triplet: 70, 87 and 62. RGB value is (112,135,98). Sum of RGB (Red+Green+Blue) = 112+135+98=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #708762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708762 is #8F789D. Grayscale: #7C7C7C. Windows color (decimal): -9402526 or 6457200. OLE color: 6457200.

HSL color Cylindrical-coordinate representation of color #708762: hue angle of 97.3º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #708762 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB11213598-
CMYK0.1700.270.47
HSL97.3º15.88%45.69%-
HSV(B)97.3º27.41%52.94%-
XYZ17.5521.6514.81-
YUV123.9113.38119.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=32.46%
G=39.13%
B=28.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112135980.1700.270.4797.315.8845.69
Hex7087621101B2F61102e
Octal16020714221033571412056
Binary111000010000111110001010001011011101111110000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708762; }

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

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

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

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

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

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

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

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