Html Css Color HEX #718B13 Olive Drab

📋 copy color: '#718B13'

red 113 ◦ green 139 ◦ blue 19

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

Shades of Olive Drab #718B13

Tints of Olive Drab #718B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 51.29%

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

R = 41.7%
G = 51.29%
B = 7.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#718B13 (or 0x718B13) is known color: Olive Drab. HEX triplet: 71, 8B and 13. RGB value is (113,139,19). Sum of RGB (Red+Green+Blue) = 113+139+19=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #718B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B13 is #8E74EC. Grayscale: #767676. Windows color (decimal): -9336045 or 1280881. OLE color: 1280881.

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

Color convert

RGB 113 139 19 -
CMYK 0.19 0 0.86 0.45
HSL 73º 0.76% 0.31% -
HSV(B) 73º 0.86% 0.55% -
XYZ 16.16 22.02 4.02 -
YUV 117.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 113 139 19 0.19 0 0.86 0.45 73 0.76 0.31
Hex 71 8B 13 13 0 56 2D 49 4C 1F
Octal 161 213 23 23 0 126 55 111 114 37
Binary 1110001 10001011 10011 10011 0 1010110 101101 1001001 1001100 11111

Color Harmonies of #718B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B13

Black with #718B13

Text Example


Text Example

White with #718B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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