Html Css Color HEX #718661 Camouflage Green

📋 copy color: '#718661'

red 113 ◦ green 134 ◦ blue 97

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

Shades of Camouflage Green #718661

Tints of Camouflage Green #718661

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.95%

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 32.85%
G = 38.95%
B = 28.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#718661 (or 0x718661) is known color: Camouflage Green. HEX triplet: 71, 86 and 61. RGB value is (113,134,97). Sum of RGB (Red+Green+Blue) = 113+134+97=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #718661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718661 is #8E799E. Grayscale: #7B7B7B. Windows color (decimal): -9337247 or 6391409. OLE color: 6391409.

HSL color Cylindrical-coordinate representation of color #718661: hue angle of 94.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718661 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 97 -
CMYK 0.16 0 0.28 0.47
HSL 94.05º 0.16% 0.45% -
HSV(B) 94.05º 0.28% 0.53% -
XYZ 17.49 21.42 14.52 -
YUV 123.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 113 134 97 0.16 0 0.28 0.47 94.05 0.16 0.45
Hex 71 86 61 10 0 1C 2F 5E 10 2D
Octal 161 206 141 20 0 34 57 136 20 55
Binary 1110001 10000110 1100001 10000 0 11100 101111 1011110 10000 101101

Color Harmonies of #718661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718661

Black with #718661

Text Example


Text Example

White with #718661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718661; }

 p { color: rgb(113,134,97); }

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

background-color css

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

 a { background-color: rgb(113,134,97); }

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

border-color css

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

 span { border-color: rgb(113,134,97); }

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