Html Css Color HEX #749314 Olive Drab

📋 copy color: '#749314'

red 116 ◦ green 147 ◦ blue 20

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

Shades of Olive Drab #749314

Tints of Olive Drab #749314

RGB

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

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

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

R = 40.99%
G = 51.94%
B = 7.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#749314 (or 0x749314) is known color: Olive Drab. HEX triplet: 74, 93 and 14. RGB value is (116,147,20). Sum of RGB (Red+Green+Blue) = 116+147+20=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #749314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749314 is #8B6CEB. Grayscale: #7B7B7B. Windows color (decimal): -9137388 or 1348468. OLE color: 1348468.

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

Color convert

RGB 116 147 20 -
CMYK 0.21 0 0.86 0.42
HSL 74.65º 0.76% 0.33% -
HSV(B) 74.65º 0.86% 0.58% -
XYZ 17.76 24.63 4.48 -
YUV 123.25 69.73 122.83 -
System Red Green Blue C M Y K H S L
Decimal 116 147 20 0.21 0 0.86 0.42 74.65 0.76 0.33
Hex 74 93 14 15 0 56 2A 4B 4C 21
Octal 164 223 24 25 0 126 52 113 114 41
Binary 1110100 10010011 10100 10101 0 1010110 101010 1001011 1001100 100001

Color Harmonies of #749314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749314

Black with #749314

Text Example


Text Example

White with #749314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749314; }

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

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

background-color css

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

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

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

border-color css

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

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

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