Html Css Color HEX #779419 Olive Drab

📋 copy color: '#779419'

red 119 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #779419

Tints of Olive Drab #779419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 40.75%
G = 50.68%
B = 8.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#779419 (or 0x779419) is known color: Olive Drab. HEX triplet: 77, 94 and 19. RGB value is (119,148,25). Sum of RGB (Red+Green+Blue) = 119+148+25=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #779419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779419 is #886BE6. Grayscale: #7D7D7D. Windows color (decimal): -8940519 or 1676407. OLE color: 1676407.

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

Color convert

RGB 119 148 25 -
CMYK 0.20 0 0.83 0.42
HSL 74.15º 0.71% 0.34% -
HSV(B) 74.15º 0.83% 0.58% -
XYZ 18.37 25.17 4.81 -
YUV 125.31 71.39 123.5 -
System Red Green Blue C M Y K H S L
Decimal 119 148 25 0.20 0 0.83 0.42 74.15 0.71 0.34
Hex 77 94 19 14 0 53 2A 4A 47 22
Octal 167 224 31 24 0 123 52 112 107 42
Binary 1110111 10010100 11001 10100 0 1010011 101010 1001010 1000111 100010

Color Harmonies of #779419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779419

Black with #779419

Text Example


Text Example

White with #779419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779419; }

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

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

background-color css

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

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

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

border-color css

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

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

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