Html Css Color HEX #718760 Camouflage Green

📋 copy color: '#718760'

red 113 ◦ green 135 ◦ blue 96

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

Shades of Camouflage Green #718760

Tints of Camouflage Green #718760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.24%

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

R = 32.85%
G = 39.24%
B = 27.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#718760 (or 0x718760) is known color: Camouflage Green. HEX triplet: 71, 87 and 60. RGB value is (113,135,96). Sum of RGB (Red+Green+Blue) = 113+135+96=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 135 - color contains mainly: green. Hex color #718760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718760 is #8E789F. Grayscale: #7C7C7C. Windows color (decimal): -9336992 or 6326129. OLE color: 6326129.

HSL color Cylindrical-coordinate representation of color #718760: hue angle of 93.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #718760 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 96 -
CMYK 0.16 0 0.29 0.47
HSL 93.85º 0.17% 0.45% -
HSV(B) 93.85º 0.29% 0.53% -
XYZ 17.59 21.68 14.32 -
YUV 123.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 113 135 96 0.16 0 0.29 0.47 93.85 0.17 0.45
Hex 71 87 60 10 0 1D 2F 5E 11 2D
Octal 161 207 140 20 0 35 57 136 21 55
Binary 1110001 10000111 1100000 10000 0 11101 101111 1011110 10001 101101

Color Harmonies of #718760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718760

Black with #718760

Text Example


Text Example

White with #718760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718760; }

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

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

background-color css

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

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

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

border-color css

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

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

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