Html Css Color HEX #799514 Olive Drab

📋 copy color: '#799514'

red 121 ◦ green 149 ◦ blue 20

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

Shades of Olive Drab #799514

Tints of Olive Drab #799514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 41.72%
G = 51.38%
B = 6.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#799514 (or 0x799514) is known color: Olive Drab. HEX triplet: 79, 95 and 14. RGB value is (121,149,20). Sum of RGB (Red+Green+Blue) = 121+149+20=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #799514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799514 is #866AEB. Grayscale: #7E7E7E. Windows color (decimal): -8809196 or 1348985. OLE color: 1348985.

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

Color convert

RGB 121 149 20 -
CMYK 0.19 0 0.87 0.42
HSL 73.02º 0.76% 0.33% -
HSV(B) 73.02º 0.87% 0.58% -
XYZ 18.76 25.61 4.62 -
YUV 125.92 68.22 124.49 -
System Red Green Blue C M Y K H S L
Decimal 121 149 20 0.19 0 0.87 0.42 73.02 0.76 0.33
Hex 79 95 14 13 0 57 2A 49 4C 21
Octal 171 225 24 23 0 127 52 111 114 41
Binary 1111001 10010101 10100 10011 0 1010111 101010 1001001 1001100 100001

Color Harmonies of #799514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799514

Black with #799514

Text Example


Text Example

White with #799514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799514; }

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

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

background-color css

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

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

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

border-color css

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

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

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