Html Css Color HEX #718612 Olive Drab

📋 copy color: '#718612'

red 113 ◦ green 134 ◦ blue 18

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

Shades of Olive Drab #718612

Tints of Olive Drab #718612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.57%

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 42.64%
G = 50.57%
B = 6.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#718612 (or 0x718612) is known color: Olive Drab. HEX triplet: 71, 86 and 12. RGB value is (113,134,18). Sum of RGB (Red+Green+Blue) = 113+134+18=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 134 (52.73% from 255 or 50.57% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 134 - color contains mainly: green. Hex color #718612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718612 is #8E79ED. Grayscale: #727272. Windows color (decimal): -9337326 or 1214065. OLE color: 1214065.

HSL color Cylindrical-coordinate representation of color #718612: hue angle of 70.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718612 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 134 18 -
CMYK 0.16 0 0.87 0.47
HSL 70.86º 0.76% 0.3% -
HSV(B) 70.86º 0.87% 0.53% -
XYZ 15.44 20.6 3.74 -
YUV 114.5 73.54 126.93 -
System Red Green Blue C M Y K H S L
Decimal 113 134 18 0.16 0 0.87 0.47 70.86 0.76 0.3
Hex 71 86 12 10 0 57 2F 47 4C 1E
Octal 161 206 22 20 0 127 57 107 114 36
Binary 1110001 10000110 10010 10000 0 1010111 101111 1000111 1001100 11110

Color Harmonies of #718612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718612

Black with #718612

Text Example


Text Example

White with #718612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718612; }

 p { color: rgb(113,134,18); }

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

background-color css

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

 a { background-color: rgb(113,134,18); }

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

border-color css

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

 span { border-color: rgb(113,134,18); }

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