Html Css Color HEX #708263 Camouflage Green

📋 copy color: '#708263'

red 112 ◦ green 130 ◦ blue 99

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

Shades of Camouflage Green #708263

Tints of Camouflage Green #708263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 32.84%
G = 38.12%
B = 29.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#708263 (or 0x708263) is known color: Camouflage Green. HEX triplet: 70, 82 and 63. RGB value is (112,130,99). Sum of RGB (Red+Green+Blue) = 112+130+99=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #708263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708263 is #8F7D9C. Grayscale: #797979. Windows color (decimal): -9403805 or 6521456. OLE color: 6521456.

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

Color convert

RGB 112 130 99 -
CMYK 0.14 0 0.24 0.49
HSL 94.84º 0.14% 0.45% -
HSV(B) 94.84º 0.24% 0.51% -
XYZ 16.92 20.31 14.83 -
YUV 121.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 112 130 99 0.14 0 0.24 0.49 94.84 0.14 0.45
Hex 70 82 63 E 0 18 31 5F E 2D
Octal 160 202 143 16 0 30 61 137 16 55
Binary 1110000 10000010 1100011 1110 0 11000 110001 1011111 1110 101101

Color Harmonies of #708263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708263

Black with #708263

Text Example


Text Example

White with #708263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708263; }

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

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

background-color css

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

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

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

border-color css

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

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

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