Html Css Color HEX #718D13 Olive Drab

📋 copy color: '#718D13'

red 113 ◦ green 141 ◦ blue 19

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

Shades of Olive Drab #718D13

Tints of Olive Drab #718D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.65%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 41.39%
G = 51.65%
B = 6.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#718D13 (or 0x718D13) is known color: Olive Drab. HEX triplet: 71, 8D and 13. RGB value is (113,141,19). Sum of RGB (Red+Green+Blue) = 113+141+19=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #718D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718D13 is #8E72EC. Grayscale: #777777. Windows color (decimal): -9335533 or 1281393. OLE color: 1281393.

HSL color Cylindrical-coordinate representation of color #718D13: hue angle of 73.77º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718D13 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 141 19 -
CMYK 0.20 0 0.87 0.45
HSL 73.77º 0.76% 0.31% -
HSV(B) 73.77º 0.87% 0.55% -
XYZ 16.45 22.61 4.11 -
YUV 118.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 113 141 19 0.20 0 0.87 0.45 73.77 0.76 0.31
Hex 71 8D 13 14 0 57 2D 4A 4C 1F
Octal 161 215 23 24 0 127 55 112 114 37
Binary 1110001 10001101 10011 10100 0 1010111 101101 1001010 1001100 11111

Color Harmonies of #718D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D13

Black with #718D13

Text Example


Text Example

White with #718D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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