Html Css Color HEX #797000 Olive

📋 copy color: '#797000'

red 121 ◦ green 112 ◦ blue 0

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

Shades of Olive #797000

Tints of Olive #797000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.07%

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

R = 51.93%
G = 48.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#797000 (or 0x797000) is known color: Olive. HEX triplet: 79, 70 and 00. RGB value is (121,112,0). Sum of RGB (Red+Green+Blue) = 121+112+0=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #797000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797000 is #868FFF. Grayscale: #666666. Windows color (decimal): -8818688 or 28793. OLE color: 28793.

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

Color convert

RGB 121 112 0 -
CMYK 0 0.07 1 0.53
HSL 55.54º 1% 0.24% -
HSV(B) 55.54º 1% 0.47% -
XYZ 13.68 15.65 2.3 -
YUV 101.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 121 112 0 0 0.07 1 0.53 55.54 1 0.24
Hex 79 70 0 0 7 64 35 38 64 18
Octal 171 160 0 0 7 144 65 70 144 30
Binary 1111001 1110000 0 0 111 1100100 110101 111000 1100100 11000

Color Harmonies of #797000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797000

Black with #797000

Text Example


Text Example

White with #797000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797000; }

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

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

background-color css

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

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

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

border-color css

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

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

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