Html Css Color HEX #779411 Olive Drab

📋 copy color: '#779411'

red 119 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #779411

Tints of Olive Drab #779411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 17 (7.03% from 255) = 5.99%

R = 41.9%
G = 52.11%
B = 5.99%

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

#779411 (or 0x779411) is known color: Olive Drab. HEX triplet: 77, 94 and 11. RGB value is (119,148,17). Sum of RGB (Red+Green+Blue) = 119+148+17=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #779411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779411 is #886BEE. Grayscale: #7C7C7C. Windows color (decimal): -8940527 or 1152119. OLE color: 1152119.

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

Color convert

RGB 119 148 17 -
CMYK 0.20 0 0.89 0.42
HSL 73.28º 0.79% 0.32% -
HSV(B) 73.28º 0.89% 0.58% -
XYZ 18.3 25.14 4.42 -
YUV 124.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 119 148 17 0.20 0 0.89 0.42 73.28 0.79 0.32
Hex 77 94 11 14 0 59 2A 49 4F 20
Octal 167 224 21 24 0 131 52 111 117 40
Binary 1110111 10010100 10001 10100 0 1011001 101010 1001001 1001111 100000

Color Harmonies of #779411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779411

Black with #779411

Text Example


Text Example

White with #779411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779411; }

 p { color: rgb(119,148,17); }

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

background-color css

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

 a { background-color: rgb(119,148,17); }

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

border-color css

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

 span { border-color: rgb(119,148,17); }

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