#7E870D

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

Shades of Olive #7E870D

Tints of Olive #7E870D

Color information

#7E870D (or 0x7E870D) is unknown color: approx Olive. HEX triplet: 7E, 87 and 0D. RGB value is (126,135,13). Sum of RGB (Red+Green+Blue) = 126+135+13=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #7E870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E870D is #8178F2. Grayscale: #767676. Windows color (decimal): -8485107 or 886654. OLE color: 886654.

HSL color Cylindrical-coordinate representation of color #7E870D: hue angle of 64.43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E870D is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB12613513-
CMYK0.0700.900.47
HSL64.43º82.43%29.02%-
HSV(B)64.43º90.37%52.94%-
XYZ17.3421.793.67-
YUV118.468.52133.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=45.99%
G=49.27%
B=4.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal126135130.0700.900.4764.4382.4329.02
Hex7E87D705A2F40521d
Octal17620715701325710012235
Binary1111110100001111101111010110101011111000000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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