Html Css Color HEX #729015 Olive Drab

📋 copy color: '#729015'

red 114 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #729015

Tints of Olive Drab #729015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.61%

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

R = 40.86%
G = 51.61%
B = 7.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#729015 (or 0x729015) is known color: Olive Drab. HEX triplet: 72, 90 and 15. RGB value is (114,144,21). Sum of RGB (Red+Green+Blue) = 114+144+21=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #729015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729015 is #8D6FEA. Grayscale: #797979. Windows color (decimal): -9269227 or 1413234. OLE color: 1413234.

HSL color Cylindrical-coordinate representation of color #729015: hue angle of 74.63º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729015 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 21 -
CMYK 0.21 0 0.85 0.44
HSL 74.63º 0.75% 0.32% -
HSV(B) 74.63º 0.85% 0.56% -
XYZ 17.05 23.58 4.36 -
YUV 121.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 114 144 21 0.21 0 0.85 0.44 74.63 0.75 0.32
Hex 72 90 15 15 0 55 2C 4B 4B 20
Octal 162 220 25 25 0 125 54 113 113 40
Binary 1110010 10010000 10101 10101 0 1010101 101100 1001011 1001011 100000

Color Harmonies of #729015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729015

Black with #729015

Text Example


Text Example

White with #729015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729015; }

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

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

background-color css

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

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

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

border-color css

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

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

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