#867D11

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

Shades of Olive #867D11

Tints of Olive #867D11

Color information

#867D11 (or 0x867D11) is unknown color: approx Olive. HEX triplet: 86, 7D and 11. RGB value is (134,125,17). Sum of RGB (Red+Green+Blue) = 134+125+17=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #867D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D11 is #7982EE. Grayscale: #737373. Windows color (decimal): -7963375 or 1146246. OLE color: 1146246.

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

Color convert

RGB13412517-
CMYK00.070.870.47
HSL55.38º77.48%29.61%-
HSV(B)55.38º87.31%52.55%-
XYZ17.2719.783.44-
YUV115.3872.48141.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 125 (49.22% from 255) = 45.29%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=48.55%
G=45.29%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341251700.070.870.4755.3877.4829.61
Hex867D1107572F374d1e
Octal2061752107127576711536
Binary1000011011111011000101111010111101111110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,17); }

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

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

 a { background-color: rgb(134,125,17); }

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

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

 span { border-color: rgb(134,125,17); }

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