Html Css Color HEX #739513 Olive Drab

📋 copy color: '#739513'

red 115 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #739513

Tints of Olive Drab #739513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

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

R = 40.64%
G = 52.65%
B = 6.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#739513 (or 0x739513) is known color: Olive Drab. HEX triplet: 73, 95 and 13. RGB value is (115,149,19). Sum of RGB (Red+Green+Blue) = 115+149+19=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #739513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739513 is #8C6AEC. Grayscale: #7C7C7C. Windows color (decimal): -9202413 or 1283443. OLE color: 1283443.

HSL color Cylindrical-coordinate representation of color #739513: hue angle of 75.69º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #739513 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 19 -
CMYK 0.23 0 0.87 0.42
HSL 75.69º 0.77% 0.33% -
HSV(B) 75.69º 0.87% 0.58% -
XYZ 17.94 25.19 4.53 -
YUV 124.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 115 149 19 0.23 0 0.87 0.42 75.69 0.77 0.33
Hex 73 95 13 17 0 57 2A 4C 4D 21
Octal 163 225 23 27 0 127 52 114 115 41
Binary 1110011 10010101 10011 10111 0 1010111 101010 1001100 1001101 100001

Color Harmonies of #739513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739513

Black with #739513

Text Example


Text Example

White with #739513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739513; }

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

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

background-color css

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

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

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

border-color css

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

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

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