Html Css Color HEX #729313 Olive Drab

📋 copy color: '#729313'

red 114 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #729313

Tints of Olive Drab #729313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 40.71%
G = 52.5%
B = 6.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#729313 (or 0x729313) is known color: Olive Drab. HEX triplet: 72, 93 and 13. RGB value is (114,147,19). Sum of RGB (Red+Green+Blue) = 114+147+19=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #729313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729313 is #8D6CEC. Grayscale: #7B7B7B. Windows color (decimal): -9268461 or 1282930. OLE color: 1282930.

HSL color Cylindrical-coordinate representation of color #729313: hue angle of 75.47º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #729313 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 19 -
CMYK 0.22 0 0.87 0.42
HSL 75.47º 0.77% 0.33% -
HSV(B) 75.47º 0.87% 0.58% -
XYZ 17.49 24.49 4.42 -
YUV 122.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 114 147 19 0.22 0 0.87 0.42 75.47 0.77 0.33
Hex 72 93 13 16 0 57 2A 4B 4D 21
Octal 162 223 23 26 0 127 52 113 115 41
Binary 1110010 10010011 10011 10110 0 1010111 101010 1001011 1001101 100001

Color Harmonies of #729313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729313

Black with #729313

Text Example


Text Example

White with #729313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729313; }

 p { color: rgb(114,147,19); }

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

background-color css

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

 a { background-color: rgb(114,147,19); }

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

border-color css

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

 span { border-color: rgb(114,147,19); }

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