Html Css Color HEX #799215 Olive Drab

📋 copy color: '#799215'

red 121 ◦ green 146 ◦ blue 21

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

Shades of Olive Drab #799215

Tints of Olive Drab #799215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.69%

 BLUE value IS 21 (8.59% from 255) = 7.29%

R = 42.01%
G = 50.69%
B = 7.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#799215 (or 0x799215) is known color: Olive Drab. HEX triplet: 79, 92 and 15. RGB value is (121,146,21). Sum of RGB (Red+Green+Blue) = 121+146+21=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #799215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799215 is #866DEA. Grayscale: #7C7C7C. Windows color (decimal): -8809963 or 1413753. OLE color: 1413753.

HSL color Cylindrical-coordinate representation of color #799215: hue angle of 72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #799215 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 21 -
CMYK 0.17 0 0.86 0.43
HSL 72º 0.75% 0.33% -
HSV(B) 72º 0.86% 0.57% -
XYZ 18.3 24.68 4.51 -
YUV 124.28 69.72 125.66 -
System Red Green Blue C M Y K H S L
Decimal 121 146 21 0.17 0 0.86 0.43 72 0.75 0.33
Hex 79 92 15 11 0 56 2B 48 4B 21
Octal 171 222 25 21 0 126 53 110 113 41
Binary 1111001 10010010 10101 10001 0 1010110 101011 1001000 1001011 100001

Color Harmonies of #799215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799215

Black with #799215

Text Example


Text Example

White with #799215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799215; }

 p { color: rgb(121,146,21); }

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

background-color css

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

 a { background-color: rgb(121,146,21); }

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

border-color css

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

 span { border-color: rgb(121,146,21); }

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