Html Css Color HEX #779315 Olive Drab

📋 copy color: '#779315'

red 119 ◦ green 147 ◦ blue 21

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

Shades of Olive Drab #779315

Tints of Olive Drab #779315

RGB

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

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

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

R = 41.46%
G = 51.22%
B = 7.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#779315 (or 0x779315) is known color: Olive Drab. HEX triplet: 77, 93 and 15. RGB value is (119,147,21). Sum of RGB (Red+Green+Blue) = 119+147+21=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #779315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779315 is #886CEA. Grayscale: #7C7C7C. Windows color (decimal): -8940779 or 1414007. OLE color: 1414007.

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

Color convert

RGB 119 147 21 -
CMYK 0.19 0 0.86 0.42
HSL 73.33º 0.75% 0.33% -
HSV(B) 73.33º 0.86% 0.58% -
XYZ 18.18 24.84 4.55 -
YUV 124.26 69.72 124.25 -
System Red Green Blue C M Y K H S L
Decimal 119 147 21 0.19 0 0.86 0.42 73.33 0.75 0.33
Hex 77 93 15 13 0 56 2A 49 4B 21
Octal 167 223 25 23 0 126 52 111 113 41
Binary 1110111 10010011 10101 10011 0 1010110 101010 1001001 1001011 100001

Color Harmonies of #779315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779315

Black with #779315

Text Example


Text Example

White with #779315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779315; }

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

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

background-color css

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

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

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

border-color css

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

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

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