Html Css Color HEX #708262 Camouflage Green

📋 copy color: '#708262'

red 112 ◦ green 130 ◦ blue 98

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

Shades of Camouflage Green #708262

Tints of Camouflage Green #708262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 32.94%
G = 38.24%
B = 28.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#708262 (or 0x708262) is known color: Camouflage Green. HEX triplet: 70, 82 and 62. RGB value is (112,130,98). Sum of RGB (Red+Green+Blue) = 112+130+98=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #708262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708262 is #8F7D9D. Grayscale: #797979. Windows color (decimal): -9403806 or 6455920. OLE color: 6455920.

HSL color Cylindrical-coordinate representation of color #708262: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708262 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 130 98 -
CMYK 0.14 0 0.25 0.49
HSL 93.75º 0.14% 0.45% -
HSV(B) 93.75º 0.25% 0.51% -
XYZ 16.87 20.29 14.58 -
YUV 120.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 112 130 98 0.14 0 0.25 0.49 93.75 0.14 0.45
Hex 70 82 62 E 0 19 31 5E E 2D
Octal 160 202 142 16 0 31 61 136 16 55
Binary 1110000 10000010 1100010 1110 0 11001 110001 1011110 1110 101101

Color Harmonies of #708262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708262

Black with #708262

Text Example


Text Example

White with #708262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708262; }

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

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

background-color css

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

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

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

border-color css

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

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

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