#867D10

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

Shades of Olive #867D10

Tints of Olive #867D10

Color information

#867D10 (or 0x867D10) is unknown color: approx Olive. HEX triplet: 86, 7D and 10. RGB value is (134,125,16). Sum of RGB (Red+Green+Blue) = 134+125+16=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #867D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D10 is #7982EF. Grayscale: #737373. Windows color (decimal): -7963376 or 1080710. OLE color: 1080710.

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

Color convert

RGB13412516-
CMYK00.070.880.47
HSL55.42º78.67%29.41%-
HSV(B)55.42º88.06%52.55%-
XYZ17.2619.773.4-
YUV115.2671.98141.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 125 (49.22% from 255) = 45.45%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=48.73%
G=45.45%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341251600.070.880.4755.4278.6729.41
Hex867D1007582F374f1d
Octal2061752007130576711735
Binary1000011011111011000001111011000101111110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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