Html Css Color HEX #749513 Olive Drab

📋 copy color: '#749513'

red 116 ◦ green 149 ◦ blue 19

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

Shades of Olive Drab #749513

Tints of Olive Drab #749513

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

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

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

R = 40.85%
G = 52.46%
B = 6.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#749513 (or 0x749513) is known color: Olive Drab. HEX triplet: 74, 95 and 13. RGB value is (116,149,19). Sum of RGB (Red+Green+Blue) = 116+149+19=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #749513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749513 is #8B6AEC. Grayscale: #7C7C7C. Windows color (decimal): -9136877 or 1283444. OLE color: 1283444.

HSL color Cylindrical-coordinate representation of color #749513: hue angle of 75.23º 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 #749513 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 19 -
CMYK 0.22 0 0.87 0.42
HSL 75.23º 0.77% 0.33% -
HSV(B) 75.23º 0.87% 0.58% -
XYZ 18.07 25.25 4.54 -
YUV 124.31 68.57 122.07 -
System Red Green Blue C M Y K H S L
Decimal 116 149 19 0.22 0 0.87 0.42 75.23 0.77 0.33
Hex 74 95 13 16 0 57 2A 4B 4D 21
Octal 164 225 23 26 0 127 52 113 115 41
Binary 1110100 10010101 10011 10110 0 1010111 101010 1001011 1001101 100001

Color Harmonies of #749513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749513

Black with #749513

Text Example


Text Example

White with #749513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749513; }

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

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

background-color css

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

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

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

border-color css

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

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

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