Html Css Color HEX #718B15 Olive Drab

📋 copy color: '#718B15'

red 113 ◦ green 139 ◦ blue 21

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

Shades of Olive Drab #718B15

Tints of Olive Drab #718B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 41.39%
G = 50.92%
B = 7.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#718B15 (or 0x718B15) is known color: Olive Drab. HEX triplet: 71, 8B and 15. RGB value is (113,139,21). Sum of RGB (Red+Green+Blue) = 113+139+21=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #718B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B15 is #8E74EA. Grayscale: #767676. Windows color (decimal): -9336043 or 1411953. OLE color: 1411953.

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

Color convert

RGB 113 139 21 -
CMYK 0.19 0 0.85 0.45
HSL 73.22º 0.74% 0.31% -
HSV(B) 73.22º 0.85% 0.55% -
XYZ 16.18 22.03 4.11 -
YUV 117.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 113 139 21 0.19 0 0.85 0.45 73.22 0.74 0.31
Hex 71 8B 15 13 0 55 2D 49 4A 1F
Octal 161 213 25 23 0 125 55 111 112 37
Binary 1110001 10001011 10101 10011 0 1010101 101101 1001001 1001010 11111

Color Harmonies of #718B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B15

Black with #718B15

Text Example


Text Example

White with #718B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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