Html Css Color HEX #779015 Olive Drab

📋 copy color: '#779015'

red 119 ◦ green 144 ◦ blue 21

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

Shades of Olive Drab #779015

Tints of Olive Drab #779015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

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

R = 41.9%
G = 50.7%
B = 7.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#779015 (or 0x779015) is known color: Olive Drab. HEX triplet: 77, 90 and 15. RGB value is (119,144,21). Sum of RGB (Red+Green+Blue) = 119+144+21=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #779015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779015 is #886FEA. Grayscale: #7A7A7A. Windows color (decimal): -8941547 or 1413239. OLE color: 1413239.

HSL color Cylindrical-coordinate representation of color #779015: hue angle of 72.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #779015 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 21 -
CMYK 0.17 0 0.85 0.44
HSL 72.2º 0.75% 0.32% -
HSV(B) 72.2º 0.85% 0.56% -
XYZ 17.72 23.92 4.39 -
YUV 122.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 119 144 21 0.17 0 0.85 0.44 72.2 0.75 0.32
Hex 77 90 15 11 0 55 2C 48 4B 20
Octal 167 220 25 21 0 125 54 110 113 40
Binary 1110111 10010000 10101 10001 0 1010101 101100 1001000 1001011 100000

Color Harmonies of #779015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779015

Black with #779015

Text Example


Text Example

White with #779015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779015; }

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

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

background-color css

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

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

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

border-color css

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

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

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