#718913

Color #718913 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #718913

Tints of Olive Drab #718913

Color information

#718913 (or 0x718913) is unknown color: approx Olive Drab. HEX triplet: 71, 89 and 13. RGB value is (113,137,19). Sum of RGB (Red+Green+Blue) = 113+137+19=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #718913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718913 is #8E76EC. Grayscale: #747474. Windows color (decimal): -9336557 or 1280369. OLE color: 1280369.

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

Color convert

RGB11313719-
CMYK0.1800.860.46
HSL72.2º75.64%30.59%-
HSV(B)72.2º86.13%53.73%-
XYZ15.8721.453.92-
YUV116.3773.05125.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 137 (53.91% from 255) = 50.93%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=42.01%
G=50.93%
B=7.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137190.1800.860.4672.275.6430.59
Hex718913120562E484c1f
Octal161211232201265611011437
Binary1110001100010011001110010010101101011101001000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718913; }

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

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

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

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

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

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

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

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