Html Css Color HEX #729A19 Olive Drab

📋 copy color: '#729A19'

red 114 ◦ green 154 ◦ blue 25

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

Shades of Olive Drab #729A19

Tints of Olive Drab #729A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

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

R = 38.91%
G = 52.56%
B = 8.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#729A19 (or 0x729A19) is known color: Olive Drab. HEX triplet: 72, 9A and 19. RGB value is (114,154,25). Sum of RGB (Red+Green+Blue) = 114+154+25=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #729A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729A19 is #8D65E6. Grayscale: #7F7F7F. Windows color (decimal): -9266663 or 1677938. OLE color: 1677938.

HSL color Cylindrical-coordinate representation of color #729A19: hue angle of 78.6º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #729A19 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 25 -
CMYK 0.26 0 0.84 0.40
HSL 78.6º 0.72% 0.35% -
HSV(B) 78.6º 0.84% 0.6% -
XYZ 18.67 26.76 5.1 -
YUV 127.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 114 154 25 0.26 0 0.84 0.40 78.6 0.72 0.35
Hex 72 9A 19 1A 0 54 28 4F 48 23
Octal 162 232 31 32 0 124 50 117 110 43
Binary 1110010 10011010 11001 11010 0 1010100 101000 1001111 1001000 100011

Color Harmonies of #729A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A19

Black with #729A19

Text Example


Text Example

White with #729A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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