Html Css Color HEX #729619 Olive Drab

📋 copy color: '#729619'

red 114 ◦ green 150 ◦ blue 25

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

Shades of Olive Drab #729619

Tints of Olive Drab #729619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.65%

R = 39.45%
G = 51.9%
B = 8.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#729619 (or 0x729619) is known color: Olive Drab. HEX triplet: 72, 96 and 19. RGB value is (114,150,25). Sum of RGB (Red+Green+Blue) = 114+150+25=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #729619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729619 is #8D69E6. Grayscale: #7D7D7D. Windows color (decimal): -9267687 or 1676914. OLE color: 1676914.

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

Color convert

RGB 114 150 25 -
CMYK 0.24 0 0.83 0.41
HSL 77.28º 0.71% 0.34% -
HSV(B) 77.28º 0.83% 0.59% -
XYZ 18.02 25.46 4.88 -
YUV 124.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 114 150 25 0.24 0 0.83 0.41 77.28 0.71 0.34
Hex 72 96 19 18 0 53 29 4D 47 22
Octal 162 226 31 30 0 123 51 115 107 42
Binary 1110010 10010110 11001 11000 0 1010011 101001 1001101 1000111 100010

Color Harmonies of #729619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729619

Black with #729619

Text Example


Text Example

White with #729619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729619; }

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

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

background-color css

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

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

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

border-color css

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

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

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