Html Css Color HEX #718260 Camouflage Green

📋 copy color: '#718260'

red 113 ◦ green 130 ◦ blue 96

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

Shades of Camouflage Green #718260

Tints of Camouflage Green #718260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 33.33%
G = 38.35%
B = 28.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#718260 (or 0x718260) is known color: Camouflage Green. HEX triplet: 71, 82 and 60. RGB value is (113,130,96). Sum of RGB (Red+Green+Blue) = 113+130+96=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #718260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718260 is #8E7D9F. Grayscale: #797979. Windows color (decimal): -9338272 or 6324849. OLE color: 6324849.

HSL color Cylindrical-coordinate representation of color #718260: hue angle of 90º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #718260 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 96 -
CMYK 0.13 0 0.26 0.49
HSL 90º 0.15% 0.44% -
HSV(B) 90º 0.26% 0.51% -
XYZ 16.9 20.32 14.1 -
YUV 121.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 113 130 96 0.13 0 0.26 0.49 90 0.15 0.44
Hex 71 82 60 D 0 1A 31 5A F 2C
Octal 161 202 140 15 0 32 61 132 17 54
Binary 1110001 10000010 1100000 1101 0 11010 110001 1011010 1111 101100

Color Harmonies of #718260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718260

Black with #718260

Text Example


Text Example

White with #718260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718260; }

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

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

background-color css

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

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

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

border-color css

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

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

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