#867E08

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

Shades of Olive #867E08

Tints of Olive #867E08

Color information

#867E08 (or 0x867E08) is unknown color: approx Olive. HEX triplet: 86, 7E and 08. RGB value is (134,126,8). Sum of RGB (Red+Green+Blue) = 134+126+8=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 126 (49.61% from 255 or 47.01% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #867E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E08 is #7981F7. Grayscale: #737373. Windows color (decimal): -7963128 or 556678. OLE color: 556678.

HSL color Cylindrical-coordinate representation of color #867E08: hue angle of 56.19º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #867E08 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341268-
CMYK00.060.940.47
HSL56.19º88.73%27.84%-
HSV(B)56.19º94.03%52.55%-
XYZ17.3420.013.18-
YUV114.9467.65141.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 126 (49.61% from 255) = 47.01%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=50%
G=47.01%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126800.060.940.4756.1988.7327.84
Hex867E8065E2F38591c
Octal2061761006136577013134
Binary100001101111110100001101011110101111111000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E08; }

 p { color: rgb(134,126,8); }

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

<style>
 a { background-color: #867E08; }

 a { background-color: rgb(134,126,8); }

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

<style>
 span { border-color: #867E08; }

 span { border-color: rgb(134,126,8); }

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