Html Css Color HEX #779418 Olive Drab

📋 copy color: '#779418'

red 119 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #779418

Tints of Olive Drab #779418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 40.89%
G = 50.86%
B = 8.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#779418 (or 0x779418) is known color: Olive Drab. HEX triplet: 77, 94 and 18. RGB value is (119,148,24). Sum of RGB (Red+Green+Blue) = 119+148+24=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #779418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779418 is #886BE7. Grayscale: #7D7D7D. Windows color (decimal): -8940520 or 1610871. OLE color: 1610871.

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

Color convert

RGB 119 148 24 -
CMYK 0.20 0 0.84 0.42
HSL 74.03º 0.72% 0.34% -
HSV(B) 74.03º 0.84% 0.58% -
XYZ 18.36 25.17 4.75 -
YUV 125.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 119 148 24 0.20 0 0.84 0.42 74.03 0.72 0.34
Hex 77 94 18 14 0 54 2A 4A 48 22
Octal 167 224 30 24 0 124 52 112 110 42
Binary 1110111 10010100 11000 10100 0 1010100 101010 1001010 1001000 100010

Color Harmonies of #779418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779418

Black with #779418

Text Example


Text Example

White with #779418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779418; }

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

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

background-color css

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

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

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

border-color css

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

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

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