#7E8D0C

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

Shades of Olive #7E8D0C

Tints of Olive #7E8D0C

Color information

#7E8D0C (or 0x7E8D0C) is unknown color: approx Olive. HEX triplet: 7E, 8D and 0C. RGB value is (126,141,12). Sum of RGB (Red+Green+Blue) = 126+141+12=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8D0C is #8172F3. Grayscale: #7A7A7A. Windows color (decimal): -8483572 or 822654. OLE color: 822654.

HSL color Cylindrical-coordinate representation of color #7E8D0C: hue angle of 66.98º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7E8D0C is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB12614112-
CMYK0.1100.910.45
HSL66.98º84.31%30%-
HSV(B)66.98º91.49%55.29%-
XYZ18.223.513.93-
YUV121.8166.03130.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.16%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=45.16%
G=50.54%
B=4.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal126141120.1100.910.4566.9884.3130
Hex7E8DCB05B2D43541e
Octal176215141301335510312436
Binary11111101000110111001011010110111011011000011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E8D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,141,12); }

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

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

 a { background-color: rgb(126,141,12); }

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

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

 span { border-color: rgb(126,141,12); }

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