Html Css Color HEX #779124 Olive Drab

📋 copy color: '#779124'

red 119 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #779124

Tints of Olive Drab #779124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.33%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 39.67%
G = 48.33%
B = 12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#779124 (or 0x779124) is known color: Olive Drab. HEX triplet: 77, 91 and 24. RGB value is (119,145,36). Sum of RGB (Red+Green+Blue) = 119+145+36=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #779124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779124 is #886EDB. Grayscale: #7D7D7D. Windows color (decimal): -8941276 or 2396535. OLE color: 2396535.

HSL color Cylindrical-coordinate representation of color #779124: hue angle of 74.31º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #779124 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 145 36 -
CMYK 0.18 0 0.75 0.43
HSL 74.31º 0.6% 0.35% -
HSV(B) 74.31º 0.75% 0.57% -
XYZ 18.05 24.3 5.41 -
YUV 124.8 77.89 123.86 -
System Red Green Blue C M Y K H S L
Decimal 119 145 36 0.18 0 0.75 0.43 74.31 0.6 0.35
Hex 77 91 24 12 0 4B 2B 4A 3C 23
Octal 167 221 44 22 0 113 53 112 74 43
Binary 1110111 10010001 100100 10010 0 1001011 101011 1001010 111100 100011

Color Harmonies of #779124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779124

Black with #779124

Text Example


Text Example

White with #779124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779124; }

 p { color: rgb(119,145,36); }

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

background-color css

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

 a { background-color: rgb(119,145,36); }

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

border-color css

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

 span { border-color: rgb(119,145,36); }

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