#797B0B

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

Shades of Olive #797B0B

Tints of Olive #797B0B

Color information

#797B0B (or 0x797B0B) is unknown color: approx Olive. HEX triplet: 79, 7B and 0B. RGB value is (121,123,11). Sum of RGB (Red+Green+Blue) = 121+123+11=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #797B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B0B is #8684F4. Grayscale: #6E6E6E. Windows color (decimal): -8815861 or 752505. OLE color: 752505.

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

Color convert

RGB12112311-
CMYK0.0200.910.52
HSL61.07º83.58%26.27%-
HSV(B)61.07º91.06%48.24%-
XYZ15.0318.263.05-
YUV109.6372.34136.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 123 (48.44% from 255) = 48.24%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=47.45%
G=48.24%
B=4.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal121123110.0200.910.5261.0783.5826.27
Hex797BB205B343d541a
Octal1711731320133647512432
Binary1111001111101110111001011011110100111101101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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