Html Css Color HEX #797900 Olive

📋 copy color: '#797900'

red 121 ◦ green 121 ◦ blue 0

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

Shades of Olive #797900

Tints of Olive #797900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50%

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#797900 (or 0x797900) is known color: Olive. HEX triplet: 79, 79 and 00. RGB value is (121,121,0). Sum of RGB (Red+Green+Blue) = 121+121+0=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797900 is #8686FF. Grayscale: #6B6B6B. Windows color (decimal): -8816384 or 31097. OLE color: 31097.

HSL color Cylindrical-coordinate representation of color #797900: hue angle of 60º 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 #797900 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 121 0 -
CMYK 0 0 1 0.53
HSL 60º 1% 0.24% -
HSV(B) 60º 1% 0.47% -
XYZ 14.72 17.74 2.65 -
YUV 107.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 121 121 0 0 0 1 0.53 60 1 0.24
Hex 79 79 0 0 0 64 35 3C 64 18
Octal 171 171 0 0 0 144 65 74 144 30
Binary 1111001 1111001 0 0 0 1100100 110101 111100 1100100 11000

Color Harmonies of #797900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797900

Black with #797900

Text Example


Text Example

White with #797900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797900; }

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

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

background-color css

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

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

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

border-color css

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

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

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