Html Css Color HEX #729024 Olive Drab

📋 copy color: '#729024'

red 114 ◦ green 144 ◦ blue 36

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

Shades of Olive Drab #729024

Tints of Olive Drab #729024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.98%

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

R = 38.78%
G = 48.98%
B = 12.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#729024 (or 0x729024) is known color: Olive Drab. HEX triplet: 72, 90 and 24. RGB value is (114,144,36). Sum of RGB (Red+Green+Blue) = 114+144+36=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #729024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729024 is #8D6FDB. Grayscale: #7B7B7B. Windows color (decimal): -9269212 or 2396274. OLE color: 2396274.

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

Color convert

RGB 114 144 36 -
CMYK 0.21 0 0.75 0.44
HSL 76.67º 0.6% 0.35% -
HSV(B) 76.67º 0.75% 0.56% -
XYZ 17.23 23.65 5.33 -
YUV 122.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 114 144 36 0.21 0 0.75 0.44 76.67 0.6 0.35
Hex 72 90 24 15 0 4B 2C 4D 3C 23
Octal 162 220 44 25 0 113 54 115 74 43
Binary 1110010 10010000 100100 10101 0 1001011 101100 1001101 111100 100011

Color Harmonies of #729024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729024

Black with #729024

Text Example


Text Example

White with #729024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729024; }

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

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

background-color css

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

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

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

border-color css

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

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

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