Html Css Color HEX #729419 Olive Drab

📋 copy color: '#729419'

red 114 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #729419

Tints of Olive Drab #729419

RGB

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

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

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

R = 39.72%
G = 51.57%
B = 8.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#729419 (or 0x729419) is known color: Olive Drab. HEX triplet: 72, 94 and 19. RGB value is (114,148,25). Sum of RGB (Red+Green+Blue) = 114+148+25=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #729419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729419 is #8D6BE6. Grayscale: #7C7C7C. Windows color (decimal): -9268199 or 1676402. OLE color: 1676402.

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

Color convert

RGB 114 148 25 -
CMYK 0.23 0 0.83 0.42
HSL 76.59º 0.71% 0.34% -
HSV(B) 76.59º 0.83% 0.58% -
XYZ 17.7 24.83 4.78 -
YUV 123.81 72.24 121 -
System Red Green Blue C M Y K H S L
Decimal 114 148 25 0.23 0 0.83 0.42 76.59 0.71 0.34
Hex 72 94 19 17 0 53 2A 4D 47 22
Octal 162 224 31 27 0 123 52 115 107 42
Binary 1110010 10010100 11001 10111 0 1010011 101010 1001101 1000111 100010

Color Harmonies of #729419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729419

Black with #729419

Text Example


Text Example

White with #729419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729419; }

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

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

background-color css

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

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

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

border-color css

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

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

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