Html Css Color HEX #779021 Olive Drab

📋 copy color: '#779021'

red 119 ◦ green 144 ◦ blue 33

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

Shades of Olive Drab #779021

Tints of Olive Drab #779021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 40.2%
G = 48.65%
B = 11.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#779021 (or 0x779021) is known color: Olive Drab. HEX triplet: 77, 90 and 21. RGB value is (119,144,33). Sum of RGB (Red+Green+Blue) = 119+144+33=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #779021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779021 is #886FDE. Grayscale: #7C7C7C. Windows color (decimal): -8941535 or 2199671. OLE color: 2199671.

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

Color convert

RGB 119 144 33 -
CMYK 0.17 0 0.77 0.44
HSL 73.51º 0.63% 0.35% -
HSV(B) 73.51º 0.77% 0.56% -
XYZ 17.86 23.98 5.13 -
YUV 123.87 76.72 124.53 -
System Red Green Blue C M Y K H S L
Decimal 119 144 33 0.17 0 0.77 0.44 73.51 0.63 0.35
Hex 77 90 21 11 0 4D 2C 4A 3F 23
Octal 167 220 41 21 0 115 54 112 77 43
Binary 1110111 10010000 100001 10001 0 1001101 101100 1001010 111111 100011

Color Harmonies of #779021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779021

Black with #779021

Text Example


Text Example

White with #779021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779021; }

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

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

background-color css

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

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

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

border-color css

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

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

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