Html Css Color HEX #718518 Olive Drab

📋 copy color: '#718518'

red 113 ◦ green 133 ◦ blue 24

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

Shades of Olive Drab #718518

Tints of Olive Drab #718518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 41.85%
G = 49.26%
B = 8.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#718518 (or 0x718518) is known color: Olive Drab. HEX triplet: 71, 85 and 18. RGB value is (113,133,24). Sum of RGB (Red+Green+Blue) = 113+133+24=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #718518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718518 is #8E7AE7. Grayscale: #737373. Windows color (decimal): -9337576 or 1607025. OLE color: 1607025.

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

Color convert

RGB 113 133 24 -
CMYK 0.15 0 0.82 0.48
HSL 71.01º 0.69% 0.31% -
HSV(B) 71.01º 0.82% 0.52% -
XYZ 15.36 20.35 3.98 -
YUV 114.59 76.87 126.86 -
System Red Green Blue C M Y K H S L
Decimal 113 133 24 0.15 0 0.82 0.48 71.01 0.69 0.31
Hex 71 85 18 F 0 52 30 47 45 1F
Octal 161 205 30 17 0 122 60 107 105 37
Binary 1110001 10000101 11000 1111 0 1010010 110000 1000111 1000101 11111

Color Harmonies of #718518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718518

Black with #718518

Text Example


Text Example

White with #718518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718518; }

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

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

background-color css

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

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

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

border-color css

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

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

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