Html Css Color HEX #779014 Olive Drab

📋 copy color: '#779014'

red 119 ◦ green 144 ◦ blue 20

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

Shades of Olive Drab #779014

Tints of Olive Drab #779014

RGB

 RED value IS 119 (46.88% from 255) = 42.05%

 GREEN value IS 144 (56.64% from 255) = 50.88%

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

R = 42.05%
G = 50.88%
B = 7.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#779014 (or 0x779014) is known color: Olive Drab. HEX triplet: 77, 90 and 14. RGB value is (119,144,20). Sum of RGB (Red+Green+Blue) = 119+144+20=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #779014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779014 is #886FEB. Grayscale: #7A7A7A. Windows color (decimal): -8941548 or 1347703. OLE color: 1347703.

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

Color convert

RGB 119 144 20 -
CMYK 0.17 0 0.86 0.44
HSL 72.1º 0.76% 0.32% -
HSV(B) 72.1º 0.86% 0.56% -
XYZ 17.71 23.92 4.35 -
YUV 122.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 119 144 20 0.17 0 0.86 0.44 72.1 0.76 0.32
Hex 77 90 14 11 0 56 2C 48 4C 20
Octal 167 220 24 21 0 126 54 110 114 40
Binary 1110111 10010000 10100 10001 0 1010110 101100 1001000 1001100 100000

Color Harmonies of #779014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779014

Black with #779014

Text Example


Text Example

White with #779014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779014; }

 p { color: rgb(119,144,20); }

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

background-color css

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

 a { background-color: rgb(119,144,20); }

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

border-color css

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

 span { border-color: rgb(119,144,20); }

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