Html Css Color HEX #779319 Olive Drab

📋 copy color: '#779319'

red 119 ◦ green 147 ◦ blue 25

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

Shades of Olive Drab #779319

Tints of Olive Drab #779319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

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

R = 40.89%
G = 50.52%
B = 8.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#779319 (or 0x779319) is known color: Olive Drab. HEX triplet: 77, 93 and 19. RGB value is (119,147,25). Sum of RGB (Red+Green+Blue) = 119+147+25=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #779319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779319 is #886CE6. Grayscale: #7D7D7D. Windows color (decimal): -8940775 or 1676151. OLE color: 1676151.

HSL color Cylindrical-coordinate representation of color #779319: hue angle of 73.77º 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 #779319 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 147 25 -
CMYK 0.19 0 0.83 0.42
HSL 73.77º 0.71% 0.34% -
HSV(B) 73.77º 0.83% 0.58% -
XYZ 18.22 24.86 4.76 -
YUV 124.72 71.72 123.92 -
System Red Green Blue C M Y K H S L
Decimal 119 147 25 0.19 0 0.83 0.42 73.77 0.71 0.34
Hex 77 93 19 13 0 53 2A 4A 47 22
Octal 167 223 31 23 0 123 52 112 107 42
Binary 1110111 10010011 11001 10011 0 1010011 101010 1001010 1000111 100010

Color Harmonies of #779319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779319

Black with #779319

Text Example


Text Example

White with #779319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779319; }

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

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

background-color css

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

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

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

border-color css

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

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

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