Html Css Color HEX #779510 Olive Drab

📋 copy color: '#779510'

red 119 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #779510

Tints of Olive Drab #779510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 41.9%
G = 52.46%
B = 5.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#779510 (or 0x779510) is known color: Olive Drab. HEX triplet: 77, 95 and 10. RGB value is (119,149,16). Sum of RGB (Red+Green+Blue) = 119+149+16=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #779510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779510 is #886AEF. Grayscale: #7D7D7D. Windows color (decimal): -8940272 or 1086839. OLE color: 1086839.

HSL color Cylindrical-coordinate representation of color #779510: hue angle of 73.53º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #779510 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 149 16 -
CMYK 0.20 0 0.89 0.42
HSL 73.53º 0.81% 0.32% -
HSV(B) 73.53º 0.89% 0.58% -
XYZ 18.45 25.45 4.43 -
YUV 124.87 66.56 123.81 -
System Red Green Blue C M Y K H S L
Decimal 119 149 16 0.20 0 0.89 0.42 73.53 0.81 0.32
Hex 77 95 10 14 0 59 2A 4A 51 20
Octal 167 225 20 24 0 131 52 112 121 40
Binary 1110111 10010101 10000 10100 0 1011001 101010 1001010 1010001 100000

Color Harmonies of #779510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779510

Black with #779510

Text Example


Text Example

White with #779510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779510; }

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

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

background-color css

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

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

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

border-color css

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

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

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