#7E8611

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

Shades of Olive #7E8611

Tints of Olive #7E8611

Color information

#7E8611 (or 0x7E8611) is unknown color: approx Olive. HEX triplet: 7E, 86 and 11. RGB value is (126,134,17). Sum of RGB (Red+Green+Blue) = 126+134+17=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8611 is #8179EE. Grayscale: #767676. Windows color (decimal): -8485359 or 1148542. OLE color: 1148542.

HSL color Cylindrical-coordinate representation of color #7E8611: hue angle of 64.1º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E8611 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB12613417-
CMYK0.0600.870.47
HSL64.1º77.48%29.61%-
HSV(B)64.1º87.31%52.55%-
XYZ17.2321.533.78-
YUV118.2770.85133.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.49%
GREEN value IS 134 (52.73% from 255) = 48.38%
BLUE value IS 17 (7.03% from 255) = 6.14%
R=45.49%
G=48.38%
B=6.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126134170.0600.870.4764.177.4829.61
Hex7E861160572F404d1e
Octal17620621601275710011536
Binary11111101000011010001110010101111011111000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,134,17); }

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

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

 a { background-color: rgb(126,134,17); }

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

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

 span { border-color: rgb(126,134,17); }

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