Html Css Color HEX #708463 Camouflage Green

📋 copy color: '#708463'

red 112 ◦ green 132 ◦ blue 99

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

Shades of Camouflage Green #708463

Tints of Camouflage Green #708463

RGB

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

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

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

R = 32.65%
G = 38.48%
B = 28.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#708463 (or 0x708463) is known color: Camouflage Green. HEX triplet: 70, 84 and 63. RGB value is (112,132,99). Sum of RGB (Red+Green+Blue) = 112+132+99=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #708463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708463 is #8F7B9C. Grayscale: #7A7A7A. Windows color (decimal): -9403293 or 6521968. OLE color: 6521968.

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

Color convert

RGB 112 132 99 -
CMYK 0.15 0 0.25 0.48
HSL 96.36º 0.14% 0.45% -
HSV(B) 96.36º 0.25% 0.52% -
XYZ 17.19 20.85 14.92 -
YUV 122.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 112 132 99 0.15 0 0.25 0.48 96.36 0.14 0.45
Hex 70 84 63 F 0 19 30 60 E 2D
Octal 160 204 143 17 0 31 60 140 16 55
Binary 1110000 10000100 1100011 1111 0 11001 110000 1100000 1110 101101

Color Harmonies of #708463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708463

Black with #708463

Text Example


Text Example

White with #708463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708463; }

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

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

background-color css

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

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

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

border-color css

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

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

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