Html Css Color HEX #729115 Olive Drab

📋 copy color: '#729115'

red 114 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #729115

Tints of Olive Drab #729115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 40.71%
G = 51.79%
B = 7.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#729115 (or 0x729115) is known color: Olive Drab. HEX triplet: 72, 91 and 15. RGB value is (114,145,21). Sum of RGB (Red+Green+Blue) = 114+145+21=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #729115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729115 is #8D6EEA. Grayscale: #7A7A7A. Windows color (decimal): -9268971 or 1413490. OLE color: 1413490.

HSL color Cylindrical-coordinate representation of color #729115: hue angle of 75º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729115 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 145 21 -
CMYK 0.21 0 0.86 0.43
HSL 75º 0.75% 0.33% -
HSV(B) 75º 0.86% 0.57% -
XYZ 17.2 23.88 4.41 -
YUV 121.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 114 145 21 0.21 0 0.86 0.43 75 0.75 0.33
Hex 72 91 15 15 0 56 2B 4B 4B 21
Octal 162 221 25 25 0 126 53 113 113 41
Binary 1110010 10010001 10101 10101 0 1010110 101011 1001011 1001011 100001

Color Harmonies of #729115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729115

Black with #729115

Text Example


Text Example

White with #729115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729115; }

 p { color: rgb(114,145,21); }

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

background-color css

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

 a { background-color: rgb(114,145,21); }

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

border-color css

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

 span { border-color: rgb(114,145,21); }

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