#797C10

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

Shades of Olive #797C10

Tints of Olive #797C10

Color information

#797C10 (or 0x797C10) is unknown color: approx Olive. HEX triplet: 79, 7C and 10. RGB value is (121,124,16). Sum of RGB (Red+Green+Blue) = 121+124+16=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #797C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797C10 is #8683EF. Grayscale: #6F6F6F. Windows color (decimal): -8815600 or 1080441. OLE color: 1080441.

HSL color Cylindrical-coordinate representation of color #797C10: hue angle of 61.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #797C10 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB12112416-
CMYK0.0200.870.51
HSL61.67º77.14%27.45%-
HSV(B)61.67º87.1%48.63%-
XYZ15.1918.523.26-
YUV110.7974.51135.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 16 (6.64% from 255) = 6.13%
R=46.36%
G=47.51%
B=6.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121124160.0200.870.5161.6777.1427.45
Hex797C102057333e4d1b
Octal1711742020127637611533
Binary11110011111100100001001010111110011111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,124,16); }

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

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

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

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

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

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

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