Html Css Color HEX #729315 Olive Drab

📋 copy color: '#729315'

red 114 ◦ green 147 ◦ blue 21

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

Shades of Olive Drab #729315

Tints of Olive Drab #729315

RGB

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

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

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

R = 40.43%
G = 52.13%
B = 7.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#729315 (or 0x729315) is known color: Olive Drab. HEX triplet: 72, 93 and 15. RGB value is (114,147,21). Sum of RGB (Red+Green+Blue) = 114+147+21=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #729315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729315 is #8D6CEA. Grayscale: #7B7B7B. Windows color (decimal): -9268459 or 1414002. OLE color: 1414002.

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

Color convert

RGB 114 147 21 -
CMYK 0.22 0 0.86 0.42
HSL 75.71º 0.75% 0.33% -
HSV(B) 75.71º 0.86% 0.58% -
XYZ 17.51 24.5 4.52 -
YUV 122.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 114 147 21 0.22 0 0.86 0.42 75.71 0.75 0.33
Hex 72 93 15 16 0 56 2A 4C 4B 21
Octal 162 223 25 26 0 126 52 114 113 41
Binary 1110010 10010011 10101 10110 0 1010110 101010 1001100 1001011 100001

Color Harmonies of #729315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729315

Black with #729315

Text Example


Text Example

White with #729315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729315; }

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

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

background-color css

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

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

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

border-color css

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

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

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