Html Css Color HEX #708160 Camouflage Green

📋 copy color: '#708160'

red 112 ◦ green 129 ◦ blue 96

#708160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #708160

Tints of Camouflage Green #708160

RGB

 RED value IS 112 (44.14% from 255) = 33.23%

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 96 (37.89% from 255) = 28.49%

R = 33.23%
G = 38.28%
B = 28.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#708160 (or 0x708160) is known color: Camouflage Green. HEX triplet: 70, 81 and 60. RGB value is (112,129,96). Sum of RGB (Red+Green+Blue) = 112+129+96=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #708160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708160 is #8F7E9F. Grayscale: #787878. Windows color (decimal): -9404064 or 6324592. OLE color: 6324592.

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

Color convert

RGB 112 129 96 -
CMYK 0.13 0 0.26 0.49
HSL 90.91º 0.15% 0.44% -
HSV(B) 90.91º 0.26% 0.51% -
XYZ 16.64 19.99 14.05 -
YUV 120.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 112 129 96 0.13 0 0.26 0.49 90.91 0.15 0.44
Hex 70 81 60 D 0 1A 31 5B F 2C
Octal 160 201 140 15 0 32 61 133 17 54
Binary 1110000 10000001 1100000 1101 0 11010 110001 1011011 1111 101100

Color Harmonies of #708160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708160

Black with #708160

Text Example


Text Example

White with #708160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708160; }

 p { color: rgb(112,129,96); }

 H1.HeaderClassName
 {
   color: #708160;
 }
 .AnyTagClassName
 {
   color: #708160;
 }
</style>

background-color css

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

 a { background-color: rgb(112,129,96); }

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

border-color css

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

 span { border-color: rgb(112,129,96); }

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