#7E780D

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

Shades of Olive #7E780D

Tints of Olive #7E780D

Color information

#7E780D (or 0x7E780D) is unknown color: approx Olive. HEX triplet: 7E, 78 and 0D. RGB value is (126,120,13). Sum of RGB (Red+Green+Blue) = 126+120+13=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E780D is #8187F2. Grayscale: #6E6E6E. Windows color (decimal): -8488947 or 882814. OLE color: 882814.

HSL color Cylindrical-coordinate representation of color #7E780D: hue angle of 56.81º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E780D is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB12612013-
CMYK00.050.900.51
HSL56.81º81.29%27.25%-
HSV(B)56.81º89.68%49.41%-
XYZ15.3917.93.02-
YUV109.673.49139.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.65%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=48.65%
G=46.33%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261201300.050.900.5156.8181.2927.25
Hex7E78D055A3339511b
Octal1761701505132637112133
Binary11111101111000110101011011010110011111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,120,13); }

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

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

 a { background-color: rgb(126,120,13); }

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

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

 span { border-color: rgb(126,120,13); }

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