Html Css Color HEX #729124 Olive Drab

📋 copy color: '#729124'

red 114 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #729124

Tints of Olive Drab #729124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 38.64%
G = 49.15%
B = 12.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#729124 (or 0x729124) is known color: Olive Drab. HEX triplet: 72, 91 and 24. RGB value is (114,145,36). Sum of RGB (Red+Green+Blue) = 114+145+36=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #729124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729124 is #8D6EDB. Grayscale: #7B7B7B. Windows color (decimal): -9268956 or 2396530. OLE color: 2396530.

HSL color Cylindrical-coordinate representation of color #729124: hue angle of 77.06º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #729124 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 36 -
CMYK 0.21 0 0.75 0.43
HSL 77.06º 0.6% 0.35% -
HSV(B) 77.06º 0.75% 0.57% -
XYZ 17.38 23.96 5.38 -
YUV 123.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 114 145 36 0.21 0 0.75 0.43 77.06 0.6 0.35
Hex 72 91 24 15 0 4B 2B 4D 3C 23
Octal 162 221 44 25 0 113 53 115 74 43
Binary 1110010 10010001 100100 10101 0 1001011 101011 1001101 111100 100011

Color Harmonies of #729124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729124

Black with #729124

Text Example


Text Example

White with #729124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729124; }

 p { color: rgb(114,145,36); }

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

background-color css

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

 a { background-color: rgb(114,145,36); }

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

border-color css

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

 span { border-color: rgb(114,145,36); }

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