Html Css Color HEX #708461 Camouflage Green

📋 copy color: '#708461'

red 112 ◦ green 132 ◦ blue 97

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

Shades of Camouflage Green #708461

Tints of Camouflage Green #708461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.71%

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 32.84%
G = 38.71%
B = 28.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#708461 (or 0x708461) is known color: Camouflage Green. HEX triplet: 70, 84 and 61. RGB value is (112,132,97). Sum of RGB (Red+Green+Blue) = 112+132+97=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 132 - color contains mainly: green. Hex color #708461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708461 is #8F7B9E. Grayscale: #7A7A7A. Windows color (decimal): -9403295 or 6390896. OLE color: 6390896.

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

Color convert

RGB 112 132 97 -
CMYK 0.15 0 0.27 0.48
HSL 94.29º 0.15% 0.45% -
HSV(B) 94.29º 0.27% 0.52% -
XYZ 17.09 20.81 14.43 -
YUV 122.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 112 132 97 0.15 0 0.27 0.48 94.29 0.15 0.45
Hex 70 84 61 F 0 1B 30 5E F 2D
Octal 160 204 141 17 0 33 60 136 17 55
Binary 1110000 10000100 1100001 1111 0 11011 110000 1011110 1111 101101

Color Harmonies of #708461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708461

Black with #708461

Text Example


Text Example

White with #708461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708461; }

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

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

background-color css

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

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

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

border-color css

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

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

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