Html Css Color HEX #797400 Olive

📋 copy color: '#797400'

red 121 ◦ green 116 ◦ blue 0

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

Shades of Olive #797400

Tints of Olive #797400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.05%
G = 48.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#797400 (or 0x797400) is known color: Olive. HEX triplet: 79, 74 and 00. RGB value is (121,116,0). Sum of RGB (Red+Green+Blue) = 121+116+0=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #797400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797400 is #868BFF. Grayscale: #686868. Windows color (decimal): -8817664 or 29817. OLE color: 29817.

HSL color Cylindrical-coordinate representation of color #797400: hue angle of 57.52º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #797400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 116 0 -
CMYK 0 0.04 1 0.53
HSL 57.52º 1% 0.24% -
HSV(B) 57.52º 1% 0.47% -
XYZ 14.13 16.56 2.45 -
YUV 104.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 121 116 0 0 0.04 1 0.53 57.52 1 0.24
Hex 79 74 0 0 4 64 35 3A 64 18
Octal 171 164 0 0 4 144 65 72 144 30
Binary 1111001 1110100 0 0 100 1100100 110101 111010 1100100 11000

Color Harmonies of #797400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797400

Black with #797400

Text Example


Text Example

White with #797400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797400; }

 p { color: rgb(121,116,0); }

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

background-color css

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

 a { background-color: rgb(121,116,0); }

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

border-color css

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

 span { border-color: rgb(121,116,0); }

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