Html Css Color HEX #799020 Olive Drab

📋 copy color: '#799020'

red 121 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #799020

Tints of Olive Drab #799020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

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

R = 40.74%
G = 48.48%
B = 10.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#799020 (or 0x799020) is known color: Olive Drab. HEX triplet: 79, 90 and 20. RGB value is (121,144,32). Sum of RGB (Red+Green+Blue) = 121+144+32=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #799020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799020 is #866FDF. Grayscale: #7C7C7C. Windows color (decimal): -8810464 or 2134137. OLE color: 2134137.

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

Color convert

RGB 121 144 32 -
CMYK 0.16 0 0.78 0.44
HSL 72.32º 0.64% 0.35% -
HSV(B) 72.32º 0.78% 0.56% -
XYZ 18.12 24.12 5.07 -
YUV 124.36 75.88 125.61 -
System Red Green Blue C M Y K H S L
Decimal 121 144 32 0.16 0 0.78 0.44 72.32 0.64 0.35
Hex 79 90 20 10 0 4E 2C 48 40 23
Octal 171 220 40 20 0 116 54 110 100 43
Binary 1111001 10010000 100000 10000 0 1001110 101100 1001000 1000000 100011

Color Harmonies of #799020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799020

Black with #799020

Text Example


Text Example

White with #799020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799020; }

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

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

background-color css

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

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

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

border-color css

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

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

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