Html Css Color HEX #708960 Camouflage Green

📋 copy color: '#708960'

red 112 ◦ green 137 ◦ blue 96

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

Shades of Camouflage Green #708960

Tints of Camouflage Green #708960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

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

R = 32.46%
G = 39.71%
B = 27.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#708960 (or 0x708960) is known color: Camouflage Green. HEX triplet: 70, 89 and 60. RGB value is (112,137,96). Sum of RGB (Red+Green+Blue) = 112+137+96=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #708960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708960 is #8F769F. Grayscale: #7C7C7C. Windows color (decimal): -9402016 or 6326640. OLE color: 6326640.

HSL color Cylindrical-coordinate representation of color #708960: hue angle of 96.59º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708960 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 96 -
CMYK 0.18 0 0.30 0.46
HSL 96.59º 0.18% 0.46% -
HSV(B) 96.59º 0.3% 0.54% -
XYZ 17.74 22.18 14.41 -
YUV 124.85 111.72 118.83 -
System Red Green Blue C M Y K H S L
Decimal 112 137 96 0.18 0 0.30 0.46 96.59 0.18 0.46
Hex 70 89 60 12 0 1E 2E 61 12 2E
Octal 160 211 140 22 0 36 56 141 22 56
Binary 1110000 10001001 1100000 10010 0 11110 101110 1100001 10010 101110

Color Harmonies of #708960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708960

Black with #708960

Text Example


Text Example

White with #708960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708960; }

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

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

background-color css

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

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

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

border-color css

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

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

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