Html Css Color HEX #718061 Camouflage Green

📋 copy color: '#718061'

red 113 ◦ green 128 ◦ blue 97

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

Shades of Camouflage Green #718061

Tints of Camouflage Green #718061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.87%

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

R = 33.43%
G = 37.87%
B = 28.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#718061 (or 0x718061) is known color: Camouflage Green. HEX triplet: 71, 80 and 61. RGB value is (113,128,97). Sum of RGB (Red+Green+Blue) = 113+128+97=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #718061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718061 is #8E7F9E. Grayscale: #787878. Windows color (decimal): -9338783 or 6389873. OLE color: 6389873.

HSL color Cylindrical-coordinate representation of color #718061: hue angle of 89.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718061 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 97 -
CMYK 0.12 0 0.24 0.50
HSL 89.03º 0.14% 0.44% -
HSV(B) 89.03º 0.24% 0.5% -
XYZ 16.69 19.81 14.25 -
YUV 119.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 113 128 97 0.12 0 0.24 0.50 89.03 0.14 0.44
Hex 71 80 61 C 0 18 32 59 E 2C
Octal 161 200 141 14 0 30 62 131 16 54
Binary 1110001 10000000 1100001 1100 0 11000 110010 1011001 1110 101100

Color Harmonies of #718061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718061

Black with #718061

Text Example


Text Example

White with #718061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718061; }

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

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

background-color css

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

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

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

border-color css

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

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

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