Html Css Color HEX #739014 Olive Drab

📋 copy color: '#739014'

red 115 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #739014

Tints of Olive Drab #739014

RGB

 RED value IS 115 (45.31% from 255) = 41.22%

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

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

R = 41.22%
G = 51.61%
B = 7.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#739014 (or 0x739014) is known color: Olive Drab. HEX triplet: 73, 90 and 14. RGB value is (115,144,20). Sum of RGB (Red+Green+Blue) = 115+144+20=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #739014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739014 is #8C6FEB. Grayscale: #797979. Windows color (decimal): -9203692 or 1347699. OLE color: 1347699.

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

Color convert

RGB 115 144 20 -
CMYK 0.20 0 0.86 0.44
HSL 74.03º 0.76% 0.32% -
HSV(B) 74.03º 0.86% 0.56% -
XYZ 17.17 23.64 4.32 -
YUV 121.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 115 144 20 0.20 0 0.86 0.44 74.03 0.76 0.32
Hex 73 90 14 14 0 56 2C 4A 4C 20
Octal 163 220 24 24 0 126 54 112 114 40
Binary 1110011 10010000 10100 10100 0 1010110 101100 1001010 1001100 100000

Color Harmonies of #739014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739014

Black with #739014

Text Example


Text Example

White with #739014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739014; }

 p { color: rgb(115,144,20); }

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

background-color css

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

 a { background-color: rgb(115,144,20); }

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

border-color css

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

 span { border-color: rgb(115,144,20); }

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