Html Css Color HEX #708462 Camouflage Green

📋 copy color: '#708462'

red 112 ◦ green 132 ◦ blue 98

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

Shades of Camouflage Green #708462

Tints of Camouflage Green #708462

RGB

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

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

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

R = 32.75%
G = 38.6%
B = 28.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#708462 (or 0x708462) is known color: Camouflage Green. HEX triplet: 70, 84 and 62. RGB value is (112,132,98). Sum of RGB (Red+Green+Blue) = 112+132+98=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #708462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708462 is #8F7B9D. Grayscale: #7A7A7A. Windows color (decimal): -9403294 or 6456432. OLE color: 6456432.

HSL color Cylindrical-coordinate representation of color #708462: hue angle of 95.29º 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 #708462 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 98 -
CMYK 0.15 0 0.26 0.48
HSL 95.29º 0.15% 0.45% -
HSV(B) 95.29º 0.26% 0.52% -
XYZ 17.14 20.83 14.67 -
YUV 122.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 112 132 98 0.15 0 0.26 0.48 95.29 0.15 0.45
Hex 70 84 62 F 0 1A 30 5F F 2D
Octal 160 204 142 17 0 32 60 137 17 55
Binary 1110000 10000100 1100010 1111 0 11010 110000 1011111 1111 101101

Color Harmonies of #708462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708462

Black with #708462

Text Example


Text Example

White with #708462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708462; }

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

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

background-color css

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

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

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

border-color css

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

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

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