Html Css Color HEX #799414 Olive Drab

📋 copy color: '#799414'

red 121 ◦ green 148 ◦ blue 20

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

Shades of Olive Drab #799414

Tints of Olive Drab #799414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

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

R = 41.87%
G = 51.21%
B = 6.92%

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

#799414 (or 0x799414) is known color: Olive Drab. HEX triplet: 79, 94 and 14. RGB value is (121,148,20). Sum of RGB (Red+Green+Blue) = 121+148+20=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #799414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799414 is #866BEB. Grayscale: #7D7D7D. Windows color (decimal): -8809452 or 1348729. OLE color: 1348729.

HSL color Cylindrical-coordinate representation of color #799414: hue angle of 72.66º degrees, saturation: 0.76, 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 #799414 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 20 -
CMYK 0.18 0 0.86 0.42
HSL 72.66º 0.76% 0.33% -
HSV(B) 72.66º 0.86% 0.58% -
XYZ 18.6 25.3 4.56 -
YUV 125.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 121 148 20 0.18 0 0.86 0.42 72.66 0.76 0.33
Hex 79 94 14 12 0 56 2A 49 4C 21
Octal 171 224 24 22 0 126 52 111 114 41
Binary 1111001 10010100 10100 10010 0 1010110 101010 1001001 1001100 100001

Color Harmonies of #799414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799414

Black with #799414

Text Example


Text Example

White with #799414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799414; }

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

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

background-color css

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

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

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

border-color css

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

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

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