#867B12

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

Shades of Olive #867B12

Tints of Olive #867B12

Color information

#867B12 (or 0x867B12) is unknown color: approx Olive. HEX triplet: 86, 7B and 12. RGB value is (134,123,18). Sum of RGB (Red+Green+Blue) = 134+123+18=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #867B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867B12 is #7984ED. Grayscale: #727272. Windows color (decimal): -7963886 or 1211270. OLE color: 1211270.

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

Color convert

RGB13412318-
CMYK00.080.870.47
HSL54.31º76.32%29.8%-
HSV(B)54.31º86.57%52.55%-
XYZ17.0219.283.4-
YUV114.3273.64142.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=48.73%
G=44.73%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341231800.080.870.4754.3176.3229.8
Hex867B1208572F364c1e
Octal20617322010127576611436
Binary10000110111101110010010001010111101111110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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