Html Css Color HEX #718A13 Olive Drab

📋 copy color: '#718A13'

red 113 ◦ green 138 ◦ blue 19

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

Shades of Olive Drab #718A13

Tints of Olive Drab #718A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 51.11%

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

R = 41.85%
G = 51.11%
B = 7.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#718A13 (or 0x718A13) is known color: Olive Drab. HEX triplet: 71, 8A and 13. RGB value is (113,138,19). Sum of RGB (Red+Green+Blue) = 113+138+19=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 138 (54.30% from 255 or 51.11% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 138 - color contains mainly: green. Hex color #718A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718A13 is #8E75EC. Grayscale: #757575. Windows color (decimal): -9336301 or 1280625. OLE color: 1280625.

HSL color Cylindrical-coordinate representation of color #718A13: hue angle of 72.61º 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 #718A13 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 19 -
CMYK 0.18 0 0.86 0.46
HSL 72.61º 0.76% 0.31% -
HSV(B) 72.61º 0.86% 0.54% -
XYZ 16.02 21.73 3.97 -
YUV 116.96 72.72 125.18 -
System Red Green Blue C M Y K H S L
Decimal 113 138 19 0.18 0 0.86 0.46 72.61 0.76 0.31
Hex 71 8A 13 12 0 56 2E 49 4C 1F
Octal 161 212 23 22 0 126 56 111 114 37
Binary 1110001 10001010 10011 10010 0 1010110 101110 1001001 1001100 11111

Color Harmonies of #718A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A13

Black with #718A13

Text Example


Text Example

White with #718A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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