#867913

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

Shades of Olive #867913

Tints of Olive #867913

Color information

#867913 (or 0x867913) is unknown color: approx Olive. HEX triplet: 86, 79 and 13. RGB value is (134,121,19). Sum of RGB (Red+Green+Blue) = 134+121+19=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #867913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867913 is #7986EC. Grayscale: #717171. Windows color (decimal): -7964397 or 1276294. OLE color: 1276294.

HSL color Cylindrical-coordinate representation of color #867913: hue angle of 53.22º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #867913 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13412119-
CMYK00.100.860.47
HSL53.22º75.16%30%-
HSV(B)53.22º85.82%52.55%-
XYZ16.7918.793.36-
YUV113.2674.81142.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 121 (47.66% from 255) = 44.16%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=48.91%
G=44.16%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341211900.100.860.4753.2275.1630
Hex8679130A562F354b1e
Octal20617123012126576511336
Binary10000110111100110011010101010110101111110101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867913; }

 p { color: rgb(134,121,19); }

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

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

 a { background-color: rgb(134,121,19); }

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

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

 span { border-color: rgb(134,121,19); }

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