Html Css Color HEX #779514 Olive Drab

📋 copy color: '#779514'

red 119 ◦ green 149 ◦ blue 20

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

Shades of Olive Drab #779514

Tints of Olive Drab #779514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.74%

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

R = 41.32%
G = 51.74%
B = 6.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#779514 (or 0x779514) is known color: Olive Drab. HEX triplet: 77, 95 and 14. RGB value is (119,149,20). Sum of RGB (Red+Green+Blue) = 119+149+20=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #779514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779514 is #886AEB. Grayscale: #7D7D7D. Windows color (decimal): -8940268 or 1348983. OLE color: 1348983.

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

Color convert

RGB 119 149 20 -
CMYK 0.20 0 0.87 0.42
HSL 73.95º 0.76% 0.33% -
HSV(B) 73.95º 0.87% 0.58% -
XYZ 18.48 25.47 4.6 -
YUV 125.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 119 149 20 0.20 0 0.87 0.42 73.95 0.76 0.33
Hex 77 95 14 14 0 57 2A 4A 4C 21
Octal 167 225 24 24 0 127 52 112 114 41
Binary 1110111 10010101 10100 10100 0 1010111 101010 1001010 1001100 100001

Color Harmonies of #779514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779514

Black with #779514

Text Example


Text Example

White with #779514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779514; }

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

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

background-color css

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

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

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

border-color css

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

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

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