Html Css Color HEX #708562 Camouflage Green

📋 copy color: '#708562'

red 112 ◦ green 133 ◦ blue 98

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

Shades of Camouflage Green #708562

Tints of Camouflage Green #708562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 32.65%
G = 38.78%
B = 28.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#708562 (or 0x708562) is known color: Camouflage Green. HEX triplet: 70, 85 and 62. RGB value is (112,133,98). Sum of RGB (Red+Green+Blue) = 112+133+98=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #708562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708562 is #8F7A9D. Grayscale: #7A7A7A. Windows color (decimal): -9403038 or 6456688. OLE color: 6456688.

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

Color convert

RGB 112 133 98 -
CMYK 0.16 0 0.26 0.48
HSL 96º 0.15% 0.45% -
HSV(B) 96º 0.26% 0.52% -
XYZ 17.27 21.1 14.72 -
YUV 122.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 112 133 98 0.16 0 0.26 0.48 96 0.15 0.45
Hex 70 85 62 10 0 1A 30 60 F 2D
Octal 160 205 142 20 0 32 60 140 17 55
Binary 1110000 10000101 1100010 10000 0 11010 110000 1100000 1111 101101

Color Harmonies of #708562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708562

Black with #708562

Text Example


Text Example

White with #708562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708562; }

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

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

background-color css

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

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

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

border-color css

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

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

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