#7E820E

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

Shades of Olive #7E820E

Tints of Olive #7E820E

Color information

#7E820E (or 0x7E820E) is unknown color: approx Olive. HEX triplet: 7E, 82 and 0E. RGB value is (126,130,14). Sum of RGB (Red+Green+Blue) = 126+130+14=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #7E820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E820E is #817DF1. Grayscale: #747474. Windows color (decimal): -8486386 or 950910. OLE color: 950910.

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

Color convert

RGB12613014-
CMYK0.0300.890.49
HSL62.07º80.56%28.24%-
HSV(B)62.07º89.23%50.98%-
XYZ16.6720.433.48-
YUV115.5870.67135.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.67%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=46.67%
G=48.15%
B=5.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal126130140.0300.890.4962.0780.5628.24
Hex7E82E3059313e511c
Octal1762021630131617612134
Binary11111101000001011101101011001110001111110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,130,14); }

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

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

 a { background-color: rgb(126,130,14); }

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

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

 span { border-color: rgb(126,130,14); }

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