#7E7410

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

Shades of Olive #7E7410

Tints of Olive #7E7410

Color information

#7E7410 (or 0x7E7410) is unknown color: approx Olive. HEX triplet: 7E, 74 and 10. RGB value is (126,116,16). Sum of RGB (Red+Green+Blue) = 126+116+16=258 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.84% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7410 is #818BEF. Grayscale: #6C6C6C. Windows color (decimal): -8489968 or 1078398. OLE color: 1078398.

HSL color Cylindrical-coordinate representation of color #7E7410: hue angle of 54.55º 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 #7E7410 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB12611616-
CMYK00.080.870.51
HSL54.55º77.46%27.84%-
HSV(B)54.55º87.3%49.41%-
XYZ14.9416.962.98-
YUV107.5976.31141.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.84%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 16 (6.64% from 255) = 6.20%
R=48.84%
G=44.96%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261161600.080.870.5154.5577.4627.84
Hex7E7410085733374d1c
Octal17616420010127636711534
Binary1111110111010010000010001010111110011110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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