Html Css Color HEX #708165 Camouflage Green

📋 copy color: '#708165'

red 112 ◦ green 129 ◦ blue 101

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

Shades of Camouflage Green #708165

Tints of Camouflage Green #708165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.72%

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 32.75%
G = 37.72%
B = 29.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#708165 (or 0x708165) is known color: Camouflage Green. HEX triplet: 70, 81 and 65. RGB value is (112,129,101). Sum of RGB (Red+Green+Blue) = 112+129+101=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #708165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708165 is #8F7E9A. Grayscale: #787878. Windows color (decimal): -9404059 or 6652272. OLE color: 6652272.

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

Color convert

RGB 112 129 101 -
CMYK 0.13 0 0.22 0.49
HSL 96.43º 0.12% 0.45% -
HSV(B) 96.43º 0.22% 0.51% -
XYZ 16.88 20.08 15.3 -
YUV 120.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 112 129 101 0.13 0 0.22 0.49 96.43 0.12 0.45
Hex 70 81 65 D 0 16 31 60 C 2D
Octal 160 201 145 15 0 26 61 140 14 55
Binary 1110000 10000001 1100101 1101 0 10110 110001 1100000 1100 101101

Color Harmonies of #708165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708165

Black with #708165

Text Example


Text Example

White with #708165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708165; }

 p { color: rgb(112,129,101); }

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

background-color css

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

 a { background-color: rgb(112,129,101); }

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

border-color css

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

 span { border-color: rgb(112,129,101); }

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