Html Css Color HEX #729629 Olive Drab

📋 copy color: '#729629'

red 114 ◦ green 150 ◦ blue 41

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

Shades of Olive Drab #729629

Tints of Olive Drab #729629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.18%

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

R = 37.38%
G = 49.18%
B = 13.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#729629 (or 0x729629) is known color: Olive Drab. HEX triplet: 72, 96 and 29. RGB value is (114,150,41). Sum of RGB (Red+Green+Blue) = 114+150+41=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #729629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729629 is #8D69D6. Grayscale: #7F7F7F. Windows color (decimal): -9267671 or 2725490. OLE color: 2725490.

HSL color Cylindrical-coordinate representation of color #729629: hue angle of 79.82º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #729629 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 41 -
CMYK 0.24 0 0.73 0.41
HSL 79.82º 0.57% 0.37% -
HSV(B) 79.82º 0.73% 0.59% -
XYZ 18.25 25.55 6.07 -
YUV 126.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 114 150 41 0.24 0 0.73 0.41 79.82 0.57 0.37
Hex 72 96 29 18 0 49 29 50 39 25
Octal 162 226 51 30 0 111 51 120 71 45
Binary 1110010 10010110 101001 11000 0 1001001 101001 1010000 111001 100101

Color Harmonies of #729629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729629

Black with #729629

Text Example


Text Example

White with #729629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729629; }

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

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

background-color css

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

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

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

border-color css

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

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

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