#867E10

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

Shades of Olive #867E10

Tints of Olive #867E10

Color information

#867E10 (or 0x867E10) is unknown color: approx Olive. HEX triplet: 86, 7E and 10. RGB value is (134,126,16). Sum of RGB (Red+Green+Blue) = 134+126+16=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 126 (49.61% from 255 or 45.65% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #867E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E10 is #7981EF. Grayscale: #747474. Windows color (decimal): -7963120 or 1080966. OLE color: 1080966.

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

Color convert

RGB13412616-
CMYK00.060.880.47
HSL55.93º78.67%29.41%-
HSV(B)55.93º88.06%52.55%-
XYZ17.3920.033.44-
YUV115.8571.65140.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 126 (49.61% from 255) = 45.65%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=48.55%
G=45.65%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341261600.060.880.4755.9378.6729.41
Hex867E1006582F384f1d
Octal2061762006130577011735
Binary1000011011111101000001101011000101111111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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