#867812

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

Shades of Olive #867812

Tints of Olive #867812

Color information

#867812 (or 0x867812) is unknown color: approx Olive. HEX triplet: 86, 78 and 12. RGB value is (134,120,18). Sum of RGB (Red+Green+Blue) = 134+120+18=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #867812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867812 is #7987ED. Grayscale: #707070. Windows color (decimal): -7964654 or 1210502. OLE color: 1210502.

HSL color Cylindrical-coordinate representation of color #867812: hue angle of 52.76º 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 #867812 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13412018-
CMYK00.100.870.47
HSL52.76º76.32%29.8%-
HSV(B)52.76º86.57%52.55%-
XYZ16.6618.543.27-
YUV112.5674.64143.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=49.26%
G=44.12%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341201800.100.870.4752.7676.3229.8
Hex8678120A572F354c1e
Octal20617022012127576511436
Binary10000110111100010010010101010111101111110101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867812; }

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

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

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

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

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

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

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

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