Html Css Color HEX #799420 Olive Drab

📋 copy color: '#799420'

red 121 ◦ green 148 ◦ blue 32

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

Shades of Olive Drab #799420

Tints of Olive Drab #799420

RGB

 RED value IS 121 (47.66% from 255) = 40.2%

 GREEN value IS 148 (58.2% from 255) = 49.17%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 40.2%
G = 49.17%
B = 10.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#799420 (or 0x799420) is known color: Olive Drab. HEX triplet: 79, 94 and 20. RGB value is (121,148,32). Sum of RGB (Red+Green+Blue) = 121+148+32=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #799420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799420 is #866BDF. Grayscale: #7F7F7F. Windows color (decimal): -8809440 or 2135161. OLE color: 2135161.

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

Color convert

RGB 121 148 32 -
CMYK 0.18 0 0.78 0.42
HSL 73.97º 0.64% 0.35% -
HSV(B) 73.97º 0.78% 0.58% -
XYZ 18.74 25.35 5.27 -
YUV 126.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 121 148 32 0.18 0 0.78 0.42 73.97 0.64 0.35
Hex 79 94 20 12 0 4E 2A 4A 40 23
Octal 171 224 40 22 0 116 52 112 100 43
Binary 1111001 10010100 100000 10010 0 1001110 101010 1001010 1000000 100011

Color Harmonies of #799420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799420

Black with #799420

Text Example


Text Example

White with #799420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799420; }

 p { color: rgb(121,148,32); }

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

background-color css

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

 a { background-color: rgb(121,148,32); }

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

border-color css

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

 span { border-color: rgb(121,148,32); }

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