Html Css Color HEX #738913 Olive Drab

📋 copy color: '#738913'

red 115 ◦ green 137 ◦ blue 19

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

Shades of Olive Drab #738913

Tints of Olive Drab #738913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 42.44%
G = 50.55%
B = 7.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#738913 (or 0x738913) is known color: Olive Drab. HEX triplet: 73, 89 and 13. RGB value is (115,137,19). Sum of RGB (Red+Green+Blue) = 115+137+19=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #738913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738913 is #8C76EC. Grayscale: #757575. Windows color (decimal): -9205485 or 1280371. OLE color: 1280371.

HSL color Cylindrical-coordinate representation of color #738913: hue angle of 71.19º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #738913 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 19 -
CMYK 0.16 0 0.86 0.46
HSL 71.19º 0.76% 0.31% -
HSV(B) 71.19º 0.86% 0.54% -
XYZ 16.13 21.58 3.93 -
YUV 116.97 72.71 126.59 -
System Red Green Blue C M Y K H S L
Decimal 115 137 19 0.16 0 0.86 0.46 71.19 0.76 0.31
Hex 73 89 13 10 0 56 2E 47 4C 1F
Octal 163 211 23 20 0 126 56 107 114 37
Binary 1110011 10001001 10011 10000 0 1010110 101110 1000111 1001100 11111

Color Harmonies of #738913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738913

Black with #738913

Text Example


Text Example

White with #738913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738913; }

 p { color: rgb(115,137,19); }

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

background-color css

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

 a { background-color: rgb(115,137,19); }

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

border-color css

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

 span { border-color: rgb(115,137,19); }

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