Html Css Color HEX #738D14 Olive Drab

📋 copy color: '#738D14'

red 115 ◦ green 141 ◦ blue 20

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

Shades of Olive Drab #738D14

Tints of Olive Drab #738D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 51.09%

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

R = 41.67%
G = 51.09%
B = 7.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#738D14 (or 0x738D14) is known color: Olive Drab. HEX triplet: 73, 8D and 14. RGB value is (115,141,20). Sum of RGB (Red+Green+Blue) = 115+141+20=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #738D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738D14 is #8C72EB. Grayscale: #777777. Windows color (decimal): -9204460 or 1346931. OLE color: 1346931.

HSL color Cylindrical-coordinate representation of color #738D14: hue angle of 72.89º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #738D14 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 20 -
CMYK 0.18 0 0.86 0.45
HSL 72.89º 0.75% 0.32% -
HSV(B) 72.89º 0.86% 0.55% -
XYZ 16.72 22.75 4.17 -
YUV 119.43 71.89 124.84 -
System Red Green Blue C M Y K H S L
Decimal 115 141 20 0.18 0 0.86 0.45 72.89 0.75 0.32
Hex 73 8D 14 12 0 56 2D 49 4B 20
Octal 163 215 24 22 0 126 55 111 113 40
Binary 1110011 10001101 10100 10010 0 1010110 101101 1001001 1001011 100000

Color Harmonies of #738D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D14

Black with #738D14

Text Example


Text Example

White with #738D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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