#867B13

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

Shades of Olive #867B13

Tints of Olive #867B13

Color information

#867B13 (or 0x867B13) is unknown color: approx Olive. HEX triplet: 86, 7B and 13. RGB value is (134,123,19). Sum of RGB (Red+Green+Blue) = 134+123+19=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #867B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867B13 is #7984EC. Grayscale: #727272. Windows color (decimal): -7963885 or 1276806. OLE color: 1276806.

HSL color Cylindrical-coordinate representation of color #867B13: hue angle of 54.26º 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 #867B13 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13412319-
CMYK00.080.860.47
HSL54.26º75.16%30%-
HSV(B)54.26º85.82%52.55%-
XYZ17.0319.283.44-
YUV114.4374.14141.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.55%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 19 (7.81% from 255) = 6.88%
R=48.55%
G=44.57%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341231900.080.860.4754.2675.1630
Hex867B1308562F364b1e
Octal20617323010126576611336
Binary10000110111101110011010001010110101111110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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