Html Css Color HEX #729414 Olive Drab

📋 copy color: '#729414'

red 114 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #729414

Tints of Olive Drab #729414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.48%

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

R = 40.43%
G = 52.48%
B = 7.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#729414 (or 0x729414) is known color: Olive Drab. HEX triplet: 72, 94 and 14. RGB value is (114,148,20). Sum of RGB (Red+Green+Blue) = 114+148+20=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #729414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729414 is #8D6BEB. Grayscale: #7B7B7B. Windows color (decimal): -9268204 or 1348722. OLE color: 1348722.

HSL color Cylindrical-coordinate representation of color #729414: hue angle of 75.94º degrees, saturation: 0.76, 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 #729414 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 20 -
CMYK 0.23 0 0.86 0.42
HSL 75.94º 0.76% 0.33% -
HSV(B) 75.94º 0.86% 0.58% -
XYZ 17.66 24.81 4.52 -
YUV 123.24 69.74 121.41 -
System Red Green Blue C M Y K H S L
Decimal 114 148 20 0.23 0 0.86 0.42 75.94 0.76 0.33
Hex 72 94 14 17 0 56 2A 4C 4C 21
Octal 162 224 24 27 0 126 52 114 114 41
Binary 1110010 10010100 10100 10111 0 1010110 101010 1001100 1001100 100001

Color Harmonies of #729414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729414

Black with #729414

Text Example


Text Example

White with #729414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729414; }

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

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

background-color css

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

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

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

border-color css

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

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

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