Html Css Color HEX #779413 Olive Drab

📋 copy color: '#779413'

red 119 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #779413

Tints of Olive Drab #779413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 41.61%
G = 51.75%
B = 6.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#779413 (or 0x779413) is known color: Olive Drab. HEX triplet: 77, 94 and 13. RGB value is (119,148,19). Sum of RGB (Red+Green+Blue) = 119+148+19=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #779413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779413 is #886BEC. Grayscale: #7D7D7D. Windows color (decimal): -8940525 or 1283191. OLE color: 1283191.

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

Color convert

RGB 119 148 19 -
CMYK 0.20 0 0.87 0.42
HSL 73.49º 0.77% 0.33% -
HSV(B) 73.49º 0.87% 0.58% -
XYZ 18.32 25.15 4.5 -
YUV 124.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 119 148 19 0.20 0 0.87 0.42 73.49 0.77 0.33
Hex 77 94 13 14 0 57 2A 49 4D 21
Octal 167 224 23 24 0 127 52 111 115 41
Binary 1110111 10010100 10011 10100 0 1010111 101010 1001001 1001101 100001

Color Harmonies of #779413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779413

Black with #779413

Text Example


Text Example

White with #779413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779413; }

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

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

background-color css

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

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

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

border-color css

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

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

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