Html Css Color HEX #718063 Camouflage Green

📋 copy color: '#718063'

red 113 ◦ green 128 ◦ blue 99

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

Shades of Camouflage Green #718063

Tints of Camouflage Green #718063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 33.24%
G = 37.65%
B = 29.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#718063 (or 0x718063) is known color: Camouflage Green. HEX triplet: 71, 80 and 63. RGB value is (113,128,99). Sum of RGB (Red+Green+Blue) = 113+128+99=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #718063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718063 is #8E7F9C. Grayscale: #787878. Windows color (decimal): -9338781 or 6520945. OLE color: 6520945.

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

Color convert

RGB 113 128 99 -
CMYK 0.12 0 0.23 0.50
HSL 91.03º 0.13% 0.45% -
HSV(B) 91.03º 0.23% 0.5% -
XYZ 16.78 19.85 14.75 -
YUV 120.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 113 128 99 0.12 0 0.23 0.50 91.03 0.13 0.45
Hex 71 80 63 C 0 17 32 5B D 2D
Octal 161 200 143 14 0 27 62 133 15 55
Binary 1110001 10000000 1100011 1100 0 10111 110010 1011011 1101 101101

Color Harmonies of #718063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718063

Black with #718063

Text Example


Text Example

White with #718063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718063; }

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

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

background-color css

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

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

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

border-color css

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

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

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