Html Css Color HEX #779521 Olive Drab

📋 copy color: '#779521'

red 119 ◦ green 149 ◦ blue 33

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

Shades of Olive Drab #779521

Tints of Olive Drab #779521

RGB

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

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

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

R = 39.53%
G = 49.5%
B = 10.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#779521 (or 0x779521) is known color: Olive Drab. HEX triplet: 77, 95 and 21. RGB value is (119,149,33). Sum of RGB (Red+Green+Blue) = 119+149+33=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #779521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779521 is #886ADE. Grayscale: #7F7F7F. Windows color (decimal): -8940255 or 2200951. OLE color: 2200951.

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

Color convert

RGB 119 149 33 -
CMYK 0.20 0 0.78 0.42
HSL 75.52º 0.64% 0.36% -
HSV(B) 75.52º 0.78% 0.58% -
XYZ 18.63 25.53 5.38 -
YUV 126.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 119 149 33 0.20 0 0.78 0.42 75.52 0.64 0.36
Hex 77 95 21 14 0 4E 2A 4C 40 24
Octal 167 225 41 24 0 116 52 114 100 44
Binary 1110111 10010101 100001 10100 0 1001110 101010 1001100 1000000 100100

Color Harmonies of #779521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779521

Black with #779521

Text Example


Text Example

White with #779521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779521; }

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

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

background-color css

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

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

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

border-color css

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

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

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