Html Css Color HEX #749114 Olive Drab

📋 copy color: '#749114'

red 116 ◦ green 145 ◦ blue 20

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

Shades of Olive Drab #749114

Tints of Olive Drab #749114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.6%

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

R = 41.28%
G = 51.6%
B = 7.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#749114 (or 0x749114) is known color: Olive Drab. HEX triplet: 74, 91 and 14. RGB value is (116,145,20). Sum of RGB (Red+Green+Blue) = 116+145+20=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #749114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749114 is #8B6EEB. Grayscale: #7A7A7A. Windows color (decimal): -9137900 or 1347956. OLE color: 1347956.

HSL color Cylindrical-coordinate representation of color #749114: hue angle of 73.92º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #749114 is Cyan = 0.2, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 20 -
CMYK 0.2 0 0.86 0.43
HSL 73.92º 0.76% 0.32% -
HSV(B) 73.92º 0.86% 0.57% -
XYZ 17.45 24.01 4.38 -
YUV 122.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 116 145 20 0.2 0 0.86 0.43 73.92 0.76 0.32
Hex 74 91 14 14 0 56 2B 4A 4C 20
Octal 164 221 24 24 0 126 53 112 114 40
Binary 1110100 10010001 10100 10100 0 1010110 101011 1001010 1001100 100000

Color Harmonies of #749114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749114

Black with #749114

Text Example


Text Example

White with #749114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749114; }

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

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

background-color css

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

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

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

border-color css

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

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

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