#7E8410

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

Shades of Olive #7E8410

Tints of Olive #7E8410

Color information

#7E8410 (or 0x7E8410) is unknown color: approx Olive. HEX triplet: 7E, 84 and 10. RGB value is (126,132,16). Sum of RGB (Red+Green+Blue) = 126+132+16=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8410 is #817BEF. Grayscale: #757575. Windows color (decimal): -8485872 or 1082494. OLE color: 1082494.

HSL color Cylindrical-coordinate representation of color #7E8410: hue angle of 63.1º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E8410 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB12613216-
CMYK0.0500.880.48
HSL63.1º78.38%29.02%-
HSV(B)63.1º87.88%51.76%-
XYZ16.9520.983.65-
YUV116.9871.01134.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=45.99%
G=48.18%
B=5.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal126132160.0500.880.4863.178.3829.02
Hex7E84105058303f4e1d
Octal1762042050130607711635
Binary1111110100001001000010101011000110000111111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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