#867E0F

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

Shades of Olive #867E0F

Tints of Olive #867E0F

Color information

#867E0F (or 0x867E0F) is unknown color: approx Olive. HEX triplet: 86, 7E and 0F. RGB value is (134,126,15). Sum of RGB (Red+Green+Blue) = 134+126+15=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #867E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E0F is #7981F0. Grayscale: #747474. Windows color (decimal): -7963121 or 1015430. OLE color: 1015430.

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

Color convert

RGB13412615-
CMYK00.060.890.47
HSL55.97º79.87%29.22%-
HSV(B)55.97º88.81%52.55%-
XYZ17.3820.023.4-
YUV115.7471.15141.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=48.73%
G=45.82%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341261500.060.890.4755.9779.8729.22
Hex867EF06592F38501d
Octal2061761706131577012035
Binary100001101111110111101101011001101111111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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