Html Css Color HEX #718363 Camouflage Green

📋 copy color: '#718363'

red 113 ◦ green 131 ◦ blue 99

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

Shades of Camouflage Green #718363

Tints of Camouflage Green #718363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 32.94%
G = 38.19%
B = 28.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#718363 (or 0x718363) is known color: Camouflage Green. HEX triplet: 71, 83 and 63. RGB value is (113,131,99). Sum of RGB (Red+Green+Blue) = 113+131+99=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #718363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718363 is #8E7C9C. Grayscale: #7A7A7A. Windows color (decimal): -9338013 or 6521713. OLE color: 6521713.

HSL color Cylindrical-coordinate representation of color #718363: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #718363 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 99 -
CMYK 0.14 0 0.24 0.49
HSL 93.75º 0.14% 0.45% -
HSV(B) 93.75º 0.24% 0.51% -
XYZ 17.18 20.64 14.88 -
YUV 121.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 113 131 99 0.14 0 0.24 0.49 93.75 0.14 0.45
Hex 71 83 63 E 0 18 31 5E E 2D
Octal 161 203 143 16 0 30 61 136 16 55
Binary 1110001 10000011 1100011 1110 0 11000 110001 1011110 1110 101101

Color Harmonies of #718363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718363

Black with #718363

Text Example


Text Example

White with #718363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718363; }

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

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

background-color css

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

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

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

border-color css

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

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

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