Html Css Color HEX #799521 Olive Drab

📋 copy color: '#799521'

red 121 ◦ green 149 ◦ blue 33

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

Shades of Olive Drab #799521

Tints of Olive Drab #799521

RGB

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

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

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

R = 39.93%
G = 49.17%
B = 10.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#799521 (or 0x799521) is known color: Olive Drab. HEX triplet: 79, 95 and 21. RGB value is (121,149,33). Sum of RGB (Red+Green+Blue) = 121+149+33=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #799521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799521 is #866ADE. Grayscale: #7F7F7F. Windows color (decimal): -8809183 or 2200953. OLE color: 2200953.

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

Color convert

RGB 121 149 33 -
CMYK 0.19 0 0.78 0.42
HSL 74.48º 0.64% 0.36% -
HSV(B) 74.48º 0.78% 0.58% -
XYZ 18.91 25.67 5.4 -
YUV 127.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 121 149 33 0.19 0 0.78 0.42 74.48 0.64 0.36
Hex 79 95 21 13 0 4E 2A 4A 40 24
Octal 171 225 41 23 0 116 52 112 100 44
Binary 1111001 10010101 100001 10011 0 1001110 101010 1001010 1000000 100100

Color Harmonies of #799521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799521

Black with #799521

Text Example


Text Example

White with #799521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799521; }

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

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

background-color css

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

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

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

border-color css

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

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

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