#867D00

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

Shades of Olive #867D00

Tints of Olive #867D00

Color information

#867D00 (or 0x867D00) is unknown color: approx Olive. HEX triplet: 86, 7D and 00. RGB value is (134,125,0). Sum of RGB (Red+Green+Blue) = 134+125+0=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867D00 is #7982FF. Grayscale: #717171. Windows color (decimal): -7963392 or 32134. OLE color: 32134.

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

Color convert

RGB1341250-
CMYK00.0710.47
HSL55.97º100%26.27%-
HSV(B)55.97º100%52.55%-
XYZ17.1719.742.9-
YUV113.4463.98142.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 125 (49.22% from 255) = 48.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.74%
G=48.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134125000.0710.4755.9710026.27
Hex867D007642F38641a
Octal206175007144577014432
Binary100001101111101001111100100101111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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