#867B08

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

Shades of Olive #867B08

Tints of Olive #867B08

Color information

#867B08 (or 0x867B08) is unknown color: approx Olive. HEX triplet: 86, 7B and 08. RGB value is (134,123,8). Sum of RGB (Red+Green+Blue) = 134+123+8=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #867B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867B08 is #7984F7. Grayscale: #717171. Windows color (decimal): -7963896 or 555910. OLE color: 555910.

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

Color convert

RGB1341238-
CMYK00.080.940.47
HSL54.76º88.73%27.84%-
HSV(B)54.76º94.03%52.55%-
XYZ16.9619.253.05-
YUV113.1868.64142.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 8 (3.52% from 255) = 3.02%
R=50.57%
G=46.42%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134123800.080.940.4754.7688.7327.84
Hex867B8085E2F37591c
Octal20617310010136576713134
Binary1000011011110111000010001011110101111110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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