Html Css Color HEX #779619 Olive Drab

📋 copy color: '#779619'

red 119 ◦ green 150 ◦ blue 25

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

Shades of Olive Drab #779619

Tints of Olive Drab #779619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.02%

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

R = 40.48%
G = 51.02%
B = 8.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#779619 (or 0x779619) is known color: Olive Drab. HEX triplet: 77, 96 and 19. RGB value is (119,150,25). Sum of RGB (Red+Green+Blue) = 119+150+25=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #779619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779619 is #8869E6. Grayscale: #7E7E7E. Windows color (decimal): -8940007 or 1676919. OLE color: 1676919.

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

Color convert

RGB 119 150 25 -
CMYK 0.21 0 0.83 0.41
HSL 74.88º 0.71% 0.34% -
HSV(B) 74.88º 0.83% 0.59% -
XYZ 18.69 25.8 4.92 -
YUV 126.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 119 150 25 0.21 0 0.83 0.41 74.88 0.71 0.34
Hex 77 96 19 15 0 53 29 4B 47 22
Octal 167 226 31 25 0 123 51 113 107 42
Binary 1110111 10010110 11001 10101 0 1010011 101001 1001011 1000111 100010

Color Harmonies of #779619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779619

Black with #779619

Text Example


Text Example

White with #779619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779619; }

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

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

background-color css

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

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

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

border-color css

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

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

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