Html Css Color HEX #718160 Camouflage Green

📋 copy color: '#718160'

red 113 ◦ green 129 ◦ blue 96

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

Shades of Camouflage Green #718160

Tints of Camouflage Green #718160

RGB

 RED value IS 113 (44.53% from 255) = 33.43%

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

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 33.43%
G = 38.17%
B = 28.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#718160 (or 0x718160) is known color: Camouflage Green. HEX triplet: 71, 81 and 60. RGB value is (113,129,96). Sum of RGB (Red+Green+Blue) = 113+129+96=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #718160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718160 is #8E7E9F. Grayscale: #787878. Windows color (decimal): -9338528 or 6324593. OLE color: 6324593.

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

Color convert

RGB 113 129 96 -
CMYK 0.12 0 0.26 0.49
HSL 89.09º 0.15% 0.44% -
HSV(B) 89.09º 0.26% 0.51% -
XYZ 16.77 20.06 14.05 -
YUV 120.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 113 129 96 0.12 0 0.26 0.49 89.09 0.15 0.44
Hex 71 81 60 C 0 1A 31 59 F 2C
Octal 161 201 140 14 0 32 61 131 17 54
Binary 1110001 10000001 1100000 1100 0 11010 110001 1011001 1111 101100

Color Harmonies of #718160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718160

Black with #718160

Text Example


Text Example

White with #718160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718160; }

 p { color: rgb(113,129,96); }

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

background-color css

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

 a { background-color: rgb(113,129,96); }

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

border-color css

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

 span { border-color: rgb(113,129,96); }

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