#867D0F

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

Shades of Olive #867D0F

Tints of Olive #867D0F

Color information

#867D0F (or 0x867D0F) is unknown color: approx Olive. HEX triplet: 86, 7D and 0F. RGB value is (134,125,15). Sum of RGB (Red+Green+Blue) = 134+125+15=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #867D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D0F is #7982F0. Grayscale: #737373. Windows color (decimal): -7963377 or 1015174. OLE color: 1015174.

HSL color Cylindrical-coordinate representation of color #867D0F: hue angle of 55.46º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #867D0F is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13412515-
CMYK00.070.890.47
HSL55.46º79.87%29.22%-
HSV(B)55.46º88.81%52.55%-
XYZ17.2519.773.36-
YUV115.1571.48141.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.91%
GREEN value IS 125 (49.22% from 255) = 45.62%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=48.91%
G=45.62%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341251500.070.890.4755.4679.8729.22
Hex867DF07592F37501d
Octal2061751707131576712035
Binary100001101111101111101111011001101111110111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,15); }

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

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

 a { background-color: rgb(134,125,15); }

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

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

 span { border-color: rgb(134,125,15); }

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