#718962

Color #718962 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #718962

Tints of Camouflage Green #718962

Color information

#718962 (or 0x718962) is unknown color: approx Camouflage Green. HEX triplet: 71, 89 and 62. RGB value is (113,137,98). Sum of RGB (Red+Green+Blue) = 113+137+98=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #718962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718962 is #8E769D. Grayscale: #7D7D7D. Windows color (decimal): -9336478 or 6457713. OLE color: 6457713.

HSL color Cylindrical-coordinate representation of color #718962: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #718962 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB11313798-
CMYK0.1800.280.46
HSL96.92º16.6%46.08%-
HSV(B)96.92º28.47%53.73%-
XYZ17.9622.2814.91-
YUV125.38112.55119.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=32.47%
G=39.37%
B=28.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137980.1800.280.4696.9216.646.08
Hex7189621201C2E61112e
Octal16121114222034561412156
Binary111000110001001110001010010011100101110110000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718962; }

 p { color: rgb(113,137,98); }

 H1.HeaderClassName
 {
   color: #718962;
 }
 .AnyTagClassName
 {
   color: #718962;
 }
</style>
background-color css

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

 a { background-color: rgb(113,137,98); }

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

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

 span { border-color: rgb(113,137,98); }

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