Html Css Color HEX #718961 Camouflage Green

📋 copy color: '#718961'

red 113 ◦ green 137 ◦ blue 97

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

Shades of Camouflage Green #718961

Tints of Camouflage Green #718961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.48%

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

R = 32.56%
G = 39.48%
B = 27.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#718961 (or 0x718961) is known color: Camouflage Green. HEX triplet: 71, 89 and 61. RGB value is (113,137,97). Sum of RGB (Red+Green+Blue) = 113+137+97=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #718961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718961 is #8E769E. Grayscale: #7D7D7D. Windows color (decimal): -9336479 or 6392177. OLE color: 6392177.

HSL color Cylindrical-coordinate representation of color #718961: hue angle of 96º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718961 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 97 -
CMYK 0.18 0 0.29 0.46
HSL 96º 0.17% 0.46% -
HSV(B) 96º 0.29% 0.54% -
XYZ 17.91 22.27 14.66 -
YUV 125.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 113 137 97 0.18 0 0.29 0.46 96 0.17 0.46
Hex 71 89 61 12 0 1D 2E 60 11 2E
Octal 161 211 141 22 0 35 56 140 21 56
Binary 1110001 10001001 1100001 10010 0 11101 101110 1100000 10001 101110

Color Harmonies of #718961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718961

Black with #718961

Text Example


Text Example

White with #718961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718961; }

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

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

background-color css

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

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

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

border-color css

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

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

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