Html Css Color HEX #749214 Olive Drab

📋 copy color: '#749214'

red 116 ◦ green 146 ◦ blue 20

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

Shades of Olive Drab #749214

Tints of Olive Drab #749214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

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

R = 41.13%
G = 51.77%
B = 7.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#749214 (or 0x749214) is known color: Olive Drab. HEX triplet: 74, 92 and 14. RGB value is (116,146,20). Sum of RGB (Red+Green+Blue) = 116+146+20=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #749214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749214 is #8B6DEB. Grayscale: #7B7B7B. Windows color (decimal): -9137644 or 1348212. OLE color: 1348212.

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

Color convert

RGB 116 146 20 -
CMYK 0.21 0 0.86 0.43
HSL 74.29º 0.76% 0.33% -
HSV(B) 74.29º 0.86% 0.57% -
XYZ 17.61 24.32 4.43 -
YUV 122.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 116 146 20 0.21 0 0.86 0.43 74.29 0.76 0.33
Hex 74 92 14 15 0 56 2B 4A 4C 21
Octal 164 222 24 25 0 126 53 112 114 41
Binary 1110100 10010010 10100 10101 0 1010110 101011 1001010 1001100 100001

Color Harmonies of #749214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749214

Black with #749214

Text Example


Text Example

White with #749214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749214; }

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

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

background-color css

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

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

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

border-color css

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

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

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