#7E7910

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

Shades of Olive #7E7910

Tints of Olive #7E7910

Color information

#7E7910 (or 0x7E7910) is unknown color: approx Olive. HEX triplet: 7E, 79 and 10. RGB value is (126,121,16). Sum of RGB (Red+Green+Blue) = 126+121+16=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7910 is #8186EF. Grayscale: #6E6E6E. Windows color (decimal): -8488688 or 1079678. OLE color: 1079678.

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

Color convert

RGB12612116-
CMYK00.040.870.51
HSL57.27º77.46%27.84%-
HSV(B)57.27º87.3%49.41%-
XYZ15.5418.153.17-
YUV110.5274.66139.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.91%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=47.91%
G=46.01%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261211600.040.870.5157.2777.4627.84
Hex7E7910045733394d1c
Octal1761712004127637111534
Binary111111011110011000001001010111110011111001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E7910; }

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

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

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

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

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

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

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

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