Html Css Color HEX #799315 Olive Drab

📋 copy color: '#799315'

red 121 ◦ green 147 ◦ blue 21

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

Shades of Olive Drab #799315

Tints of Olive Drab #799315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.87%

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

R = 41.87%
G = 50.87%
B = 7.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#799315 (or 0x799315) is known color: Olive Drab. HEX triplet: 79, 93 and 15. RGB value is (121,147,21). Sum of RGB (Red+Green+Blue) = 121+147+21=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #799315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799315 is #866CEA. Grayscale: #7D7D7D. Windows color (decimal): -8809707 or 1414009. OLE color: 1414009.

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

Color convert

RGB 121 147 21 -
CMYK 0.18 0 0.86 0.42
HSL 72.38º 0.75% 0.33% -
HSV(B) 72.38º 0.86% 0.58% -
XYZ 18.45 24.99 4.56 -
YUV 124.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 121 147 21 0.18 0 0.86 0.42 72.38 0.75 0.33
Hex 79 93 15 12 0 56 2A 48 4B 21
Octal 171 223 25 22 0 126 52 110 113 41
Binary 1111001 10010011 10101 10010 0 1010110 101010 1001000 1001011 100001

Color Harmonies of #799315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799315

Black with #799315

Text Example


Text Example

White with #799315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799315; }

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

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

background-color css

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

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

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

border-color css

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

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

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