Html Css Color HEX #749313 Olive Drab

📋 copy color: '#749313'

red 116 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #749313

Tints of Olive Drab #749313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.13%

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

R = 41.13%
G = 52.13%
B = 6.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#749313 (or 0x749313) is known color: Olive Drab. HEX triplet: 74, 93 and 13. RGB value is (116,147,19). Sum of RGB (Red+Green+Blue) = 116+147+19=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 147 (57.81% from 255 or 52.13% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 147 - color contains mainly: green. Hex color #749313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749313 is #8B6CEC. Grayscale: #7B7B7B. Windows color (decimal): -9137389 or 1282932. OLE color: 1282932.

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

Color convert

RGB 116 147 19 -
CMYK 0.21 0 0.87 0.42
HSL 74.53º 0.77% 0.33% -
HSV(B) 74.53º 0.87% 0.58% -
XYZ 17.75 24.63 4.43 -
YUV 123.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 116 147 19 0.21 0 0.87 0.42 74.53 0.77 0.33
Hex 74 93 13 15 0 57 2A 4B 4D 21
Octal 164 223 23 25 0 127 52 113 115 41
Binary 1110100 10010011 10011 10101 0 1010111 101010 1001011 1001101 100001

Color Harmonies of #749313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749313

Black with #749313

Text Example


Text Example

White with #749313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749313; }

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

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

background-color css

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

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

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

border-color css

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

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

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