#797B0A

Color #797B0A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #797B0A

Tints of Olive #797B0A

Color information

#797B0A (or 0x797B0A) is unknown color: approx Olive. HEX triplet: 79, 7B and 0A. RGB value is (121,123,10). Sum of RGB (Red+Green+Blue) = 121+123+10=254 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.64% from 254); Green value is 123 (48.44% from 255 or 48.43% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 123 - color contains mainly: green. Hex color #797B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B0A is #8684F5. Grayscale: #6D6D6D. Windows color (decimal): -8815862 or 686969. OLE color: 686969.

HSL color Cylindrical-coordinate representation of color #797B0A: hue angle of 61.06º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #797B0A is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.

Color convert

RGB12112310-
CMYK0.0200.920.52
HSL61.06º84.96%26.08%-
HSV(B)61.06º91.87%48.24%-
XYZ15.0218.253.02-
YUV109.5271.84136.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.64%
GREEN value IS 123 (48.44% from 255) = 48.43%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=47.64%
G=48.43%
B=3.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121123100.0200.920.5261.0684.9626.08
Hex797BA205C343d551a
Octal1711731220134647512532
Binary1111001111101110101001011100110100111101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797B0A; }

 p { color: rgb(121,123,10); }

 H1.HeaderClassName
 {
   color: #797B0A;
 }
 .AnyTagClassName
 {
   color: #797B0A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #797B0A;
 }
 .BgClassName
 {
   background-color: #797B0A;
 }
</style>
border-color css

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

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

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