Html Css Color HEX #718B16 Olive Drab

📋 copy color: '#718B16'

red 113 ◦ green 139 ◦ blue 22

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

Shades of Olive Drab #718B16

Tints of Olive Drab #718B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 41.24%
G = 50.73%
B = 8.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#718B16 (or 0x718B16) is known color: Olive Drab. HEX triplet: 71, 8B and 16. RGB value is (113,139,22). Sum of RGB (Red+Green+Blue) = 113+139+22=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #718B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B16 is #8E74E9. Grayscale: #767676. Windows color (decimal): -9336042 or 1477489. OLE color: 1477489.

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

Color convert

RGB 113 139 22 -
CMYK 0.19 0 0.84 0.45
HSL 73.33º 0.73% 0.32% -
HSV(B) 73.33º 0.84% 0.55% -
XYZ 16.19 22.03 4.16 -
YUV 117.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 113 139 22 0.19 0 0.84 0.45 73.33 0.73 0.32
Hex 71 8B 16 13 0 54 2D 49 49 20
Octal 161 213 26 23 0 124 55 111 111 40
Binary 1110001 10001011 10110 10011 0 1010100 101101 1001001 1001001 100000

Color Harmonies of #718B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B16

Black with #718B16

Text Example


Text Example

White with #718B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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