Html Css Color HEX #718511 Olive Drab

📋 copy color: '#718511'

red 113 ◦ green 133 ◦ blue 17

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

Shades of Olive Drab #718511

Tints of Olive Drab #718511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.57%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 42.97%
G = 50.57%
B = 6.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#718511 (or 0x718511) is known color: Olive Drab. HEX triplet: 71, 85 and 11. RGB value is (113,133,17). Sum of RGB (Red+Green+Blue) = 113+133+17=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #718511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718511 is #8E7AEE. Grayscale: #727272. Windows color (decimal): -9337583 or 1148273. OLE color: 1148273.

HSL color Cylindrical-coordinate representation of color #718511: hue angle of 70.34º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #718511 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 17 -
CMYK 0.15 0 0.87 0.48
HSL 70.34º 0.77% 0.29% -
HSV(B) 70.34º 0.87% 0.52% -
XYZ 15.3 20.33 3.65 -
YUV 113.8 73.37 127.43 -
System Red Green Blue C M Y K H S L
Decimal 113 133 17 0.15 0 0.87 0.48 70.34 0.77 0.29
Hex 71 85 11 F 0 57 30 46 4D 1D
Octal 161 205 21 17 0 127 60 106 115 35
Binary 1110001 10000101 10001 1111 0 1010111 110000 1000110 1001101 11101

Color Harmonies of #718511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718511

Black with #718511

Text Example


Text Example

White with #718511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718511; }

 p { color: rgb(113,133,17); }

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

background-color css

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

 a { background-color: rgb(113,133,17); }

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

border-color css

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

 span { border-color: rgb(113,133,17); }

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