Html Css Color HEX #718560 Camouflage Green

📋 copy color: '#718560'

red 113 ◦ green 133 ◦ blue 96

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

Shades of Camouflage Green #718560

Tints of Camouflage Green #718560

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 33.04%
G = 38.89%
B = 28.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#718560 (or 0x718560) is known color: Camouflage Green. HEX triplet: 71, 85 and 60. RGB value is (113,133,96). Sum of RGB (Red+Green+Blue) = 113+133+96=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #718560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718560 is #8E7A9F. Grayscale: #7A7A7A. Windows color (decimal): -9337504 or 6325617. OLE color: 6325617.

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

Color convert

RGB 113 133 96 -
CMYK 0.15 0 0.28 0.48
HSL 92.43º 0.16% 0.45% -
HSV(B) 92.43º 0.28% 0.52% -
XYZ 17.31 21.13 14.23 -
YUV 122.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 113 133 96 0.15 0 0.28 0.48 92.43 0.16 0.45
Hex 71 85 60 F 0 1C 30 5C 10 2D
Octal 161 205 140 17 0 34 60 134 20 55
Binary 1110001 10000101 1100000 1111 0 11100 110000 1011100 10000 101101

Color Harmonies of #718560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718560

Black with #718560

Text Example


Text Example

White with #718560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718560; }

 p { color: rgb(113,133,96); }

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

background-color css

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

 a { background-color: rgb(113,133,96); }

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

border-color css

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

 span { border-color: rgb(113,133,96); }

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