Html Css Color HEX #799421 Olive Drab

📋 copy color: '#799421'

red 121 ◦ green 148 ◦ blue 33

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

Shades of Olive Drab #799421

Tints of Olive Drab #799421

RGB

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

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

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

R = 40.07%
G = 49.01%
B = 10.93%

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

#799421 (or 0x799421) is known color: Olive Drab. HEX triplet: 79, 94 and 21. RGB value is (121,148,33). Sum of RGB (Red+Green+Blue) = 121+148+33=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #799421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799421 is #866BDE. Grayscale: #7F7F7F. Windows color (decimal): -8809439 or 2200697. OLE color: 2200697.

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

Color convert

RGB 121 148 33 -
CMYK 0.18 0 0.78 0.42
HSL 74.09º 0.64% 0.35% -
HSV(B) 74.09º 0.78% 0.58% -
XYZ 18.75 25.35 5.34 -
YUV 126.82 75.05 123.85 -
System Red Green Blue C M Y K H S L
Decimal 121 148 33 0.18 0 0.78 0.42 74.09 0.64 0.35
Hex 79 94 21 12 0 4E 2A 4A 40 23
Octal 171 224 41 22 0 116 52 112 100 43
Binary 1111001 10010100 100001 10010 0 1001110 101010 1001010 1000000 100011

Color Harmonies of #799421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799421

Black with #799421

Text Example


Text Example

White with #799421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799421; }

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

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

background-color css

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

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

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

border-color css

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

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

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