Html Css Color HEX #708662 Camouflage Green

📋 copy color: '#708662'

red 112 ◦ green 134 ◦ blue 98

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

Shades of Camouflage Green #708662

Tints of Camouflage Green #708662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 32.56%
G = 38.95%
B = 28.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#708662 (or 0x708662) is known color: Camouflage Green. HEX triplet: 70, 86 and 62. RGB value is (112,134,98). Sum of RGB (Red+Green+Blue) = 112+134+98=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #708662 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708662 is #8F799D. Grayscale: #7B7B7B. Windows color (decimal): -9402782 or 6456944. OLE color: 6456944.

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

Color convert

RGB 112 134 98 -
CMYK 0.16 0 0.27 0.47
HSL 96.67º 0.16% 0.45% -
HSV(B) 96.67º 0.27% 0.53% -
XYZ 17.41 21.38 14.76 -
YUV 123.32 113.71 119.93 -
System Red Green Blue C M Y K H S L
Decimal 112 134 98 0.16 0 0.27 0.47 96.67 0.16 0.45
Hex 70 86 62 10 0 1B 2F 61 10 2D
Octal 160 206 142 20 0 33 57 141 20 55
Binary 1110000 10000110 1100010 10000 0 11011 101111 1100001 10000 101101

Color Harmonies of #708662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708662

Black with #708662

Text Example


Text Example

White with #708662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708662; }

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

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

background-color css

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

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

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

border-color css

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

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

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