Html Css Color HEX #729914 Olive Drab

📋 copy color: '#729914'

red 114 ◦ green 153 ◦ blue 20

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

Shades of Olive Drab #729914

Tints of Olive Drab #729914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 39.72%
G = 53.31%
B = 6.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.4

RGB Variations

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

Color information

#729914 (or 0x729914) is known color: Olive Drab. HEX triplet: 72, 99 and 14. RGB value is (114,153,20). Sum of RGB (Red+Green+Blue) = 114+153+20=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #729914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729914 is #8D66EB. Grayscale: #7E7E7E. Windows color (decimal): -9266924 or 1350002. OLE color: 1350002.

HSL color Cylindrical-coordinate representation of color #729914: hue angle of 77.59º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #729914 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 153 20 -
CMYK 0.25 0 0.87 0.4
HSL 77.59º 0.77% 0.34% -
HSV(B) 77.59º 0.87% 0.6% -
XYZ 18.46 26.41 4.79 -
YUV 126.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 114 153 20 0.25 0 0.87 0.4 77.59 0.77 0.34
Hex 72 99 14 19 0 57 28 4E 4D 22
Octal 162 231 24 31 0 127 50 116 115 42
Binary 1110010 10011001 10100 11001 0 1010111 101000 1001110 1001101 100010

Color Harmonies of #729914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729914

Black with #729914

Text Example


Text Example

White with #729914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729914; }

 p { color: rgb(114,153,20); }

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

background-color css

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

 a { background-color: rgb(114,153,20); }

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

border-color css

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

 span { border-color: rgb(114,153,20); }

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