Html Css Color HEX #729429 Olive Drab

📋 copy color: '#729429'

red 114 ◦ green 148 ◦ blue 41

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

Shades of Olive Drab #729429

Tints of Olive Drab #729429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

 BLUE value IS 41 (16.41% from 255) = 13.53%

R = 37.62%
G = 48.84%
B = 13.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#729429 (or 0x729429) is known color: Olive Drab. HEX triplet: 72, 94 and 29. RGB value is (114,148,41). Sum of RGB (Red+Green+Blue) = 114+148+41=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #729429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729429 is #8D6BD6. Grayscale: #7E7E7E. Windows color (decimal): -9268183 or 2724978. OLE color: 2724978.

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

Color convert

RGB 114 148 41 -
CMYK 0.23 0 0.72 0.42
HSL 79.07º 0.57% 0.37% -
HSV(B) 79.07º 0.72% 0.58% -
XYZ 17.93 24.92 5.96 -
YUV 125.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 114 148 41 0.23 0 0.72 0.42 79.07 0.57 0.37
Hex 72 94 29 17 0 48 2A 4F 39 25
Octal 162 224 51 27 0 110 52 117 71 45
Binary 1110010 10010100 101001 10111 0 1001000 101010 1001111 111001 100101

Color Harmonies of #729429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729429

Black with #729429

Text Example


Text Example

White with #729429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729429; }

 p { color: rgb(114,148,41); }

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

background-color css

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

 a { background-color: rgb(114,148,41); }

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

border-color css

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

 span { border-color: rgb(114,148,41); }

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