Html Css Color HEX #799620 Olive Drab

📋 copy color: '#799620'

red 121 ◦ green 150 ◦ blue 32

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

Shades of Olive Drab #799620

Tints of Olive Drab #799620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

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

R = 39.93%
G = 49.5%
B = 10.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#799620 (or 0x799620) is known color: Olive Drab. HEX triplet: 79, 96 and 20. RGB value is (121,150,32). Sum of RGB (Red+Green+Blue) = 121+150+32=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #799620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799620 is #8669DF. Grayscale: #808080. Windows color (decimal): -8808928 or 2135673. OLE color: 2135673.

HSL color Cylindrical-coordinate representation of color #799620: hue angle of 74.75º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #799620 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 32 -
CMYK 0.19 0 0.79 0.41
HSL 74.75º 0.65% 0.36% -
HSV(B) 74.75º 0.79% 0.59% -
XYZ 19.05 25.98 5.38 -
YUV 127.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 121 150 32 0.19 0 0.79 0.41 74.75 0.65 0.36
Hex 79 96 20 13 0 4F 29 4B 41 24
Octal 171 226 40 23 0 117 51 113 101 44
Binary 1111001 10010110 100000 10011 0 1001111 101001 1001011 1000001 100100

Color Harmonies of #799620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799620

Black with #799620

Text Example


Text Example

White with #799620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799620; }

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

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

background-color css

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

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

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

border-color css

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

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

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