#867208

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

Shades of Olive #867208

Tints of Olive #867208

Color information

#867208 (or 0x867208) is unknown color: approx Olive. HEX triplet: 86, 72 and 08. RGB value is (134,114,8). Sum of RGB (Red+Green+Blue) = 134+114+8=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #867208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867208 is #798DF7. Grayscale: #6C6C6C. Windows color (decimal): -7966200 or 553606. OLE color: 553606.

HSL color Cylindrical-coordinate representation of color #867208: hue angle of 50.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #867208 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341148-
CMYK00.150.940.47
HSL50.48º88.73%27.84%-
HSV(B)50.48º94.03%52.55%-
XYZ15.8917.122.7-
YUV107.971.63146.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 114 (44.92% from 255) = 44.53%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=52.34%
G=44.53%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134114800.150.940.4750.4888.7327.84
Hex867280F5E2F32591c
Octal20616210017136576213134
Binary1000011011100101000011111011110101111110010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867208; }

 p { color: rgb(134,114,8); }

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

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

 a { background-color: rgb(134,114,8); }

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

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

 span { border-color: rgb(134,114,8); }

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