Html Css Color HEX #739114 Olive Drab

📋 copy color: '#739114'

red 115 ◦ green 145 ◦ blue 20

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

Shades of Olive Drab #739114

Tints of Olive Drab #739114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

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

R = 41.07%
G = 51.79%
B = 7.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#739114 (or 0x739114) is known color: Olive Drab. HEX triplet: 73, 91 and 14. RGB value is (115,145,20). Sum of RGB (Red+Green+Blue) = 115+145+20=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #739114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739114 is #8C6EEB. Grayscale: #7A7A7A. Windows color (decimal): -9203436 or 1347955. OLE color: 1347955.

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

Color convert

RGB 115 145 20 -
CMYK 0.21 0 0.86 0.43
HSL 74.4º 0.76% 0.32% -
HSV(B) 74.4º 0.86% 0.57% -
XYZ 17.32 23.95 4.37 -
YUV 121.78 70.56 123.16 -
System Red Green Blue C M Y K H S L
Decimal 115 145 20 0.21 0 0.86 0.43 74.4 0.76 0.32
Hex 73 91 14 15 0 56 2B 4A 4C 20
Octal 163 221 24 25 0 126 53 112 114 40
Binary 1110011 10010001 10100 10101 0 1010110 101011 1001010 1001100 100000

Color Harmonies of #739114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739114

Black with #739114

Text Example


Text Example

White with #739114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739114; }

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

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

background-color css

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

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

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

border-color css

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

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

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