Html Css Color HEX #779515 Olive Drab

📋 copy color: '#779515'

red 119 ◦ green 149 ◦ blue 21

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

Shades of Olive Drab #779515

Tints of Olive Drab #779515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 41.18%
G = 51.56%
B = 7.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#779515 (or 0x779515) is known color: Olive Drab. HEX triplet: 77, 95 and 15. RGB value is (119,149,21). Sum of RGB (Red+Green+Blue) = 119+149+21=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #779515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779515 is #886AEA. Grayscale: #7D7D7D. Windows color (decimal): -8940267 or 1414519. OLE color: 1414519.

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

Color convert

RGB 119 149 21 -
CMYK 0.20 0 0.86 0.42
HSL 74.06º 0.75% 0.33% -
HSV(B) 74.06º 0.86% 0.58% -
XYZ 18.49 25.47 4.65 -
YUV 125.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 119 149 21 0.20 0 0.86 0.42 74.06 0.75 0.33
Hex 77 95 15 14 0 56 2A 4A 4B 21
Octal 167 225 25 24 0 126 52 112 113 41
Binary 1110111 10010101 10101 10100 0 1010110 101010 1001010 1001011 100001

Color Harmonies of #779515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779515

Black with #779515

Text Example


Text Example

White with #779515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779515; }

 p { color: rgb(119,149,21); }

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

background-color css

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

 a { background-color: rgb(119,149,21); }

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

border-color css

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

 span { border-color: rgb(119,149,21); }

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