Html Css Color HEX #729518 Olive Drab

📋 copy color: '#729518'

red 114 ◦ green 149 ◦ blue 24

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

Shades of Olive Drab #729518

Tints of Olive Drab #729518

RGB

 RED value IS 114 (44.92% from 255) = 39.72%

 GREEN value IS 149 (58.59% from 255) = 51.92%

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

R = 39.72%
G = 51.92%
B = 8.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#729518 (or 0x729518) is known color: Olive Drab. HEX triplet: 72, 95 and 18. RGB value is (114,149,24). Sum of RGB (Red+Green+Blue) = 114+149+24=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #729518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729518 is #8D6AE7. Grayscale: #7C7C7C. Windows color (decimal): -9267944 or 1611122. OLE color: 1611122.

HSL color Cylindrical-coordinate representation of color #729518: hue angle of 76.8º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729518 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 24 -
CMYK 0.23 0 0.84 0.42
HSL 76.8º 0.72% 0.34% -
HSV(B) 76.8º 0.84% 0.58% -
XYZ 17.85 25.14 4.78 -
YUV 124.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 114 149 24 0.23 0 0.84 0.42 76.8 0.72 0.34
Hex 72 95 18 17 0 54 2A 4D 48 22
Octal 162 225 30 27 0 124 52 115 110 42
Binary 1110010 10010101 11000 10111 0 1010100 101010 1001101 1001000 100010

Color Harmonies of #729518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729518

Black with #729518

Text Example


Text Example

White with #729518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729518; }

 p { color: rgb(114,149,24); }

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

background-color css

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

 a { background-color: rgb(114,149,24); }

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

border-color css

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

 span { border-color: rgb(114,149,24); }

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