#867E09

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

Shades of Olive #867E09

Tints of Olive #867E09

Color information

#867E09 (or 0x867E09) is unknown color: approx Olive. HEX triplet: 86, 7E and 09. RGB value is (134,126,9). Sum of RGB (Red+Green+Blue) = 134+126+9=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 126 (49.61% from 255 or 46.84% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #867E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E09 is #7981F6. Grayscale: #737373. Windows color (decimal): -7963127 or 622214. OLE color: 622214.

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

Color convert

RGB1341269-
CMYK00.060.930.47
HSL56.16º87.41%28.04%-
HSV(B)56.16º93.28%52.55%-
XYZ17.3420.013.21-
YUV115.0568.15141.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 126 (49.61% from 255) = 46.84%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=49.81%
G=46.84%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134126900.060.930.4756.1687.4128.04
Hex867E9065D2F38571c
Octal2061761106135577012734
Binary100001101111110100101101011101101111111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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