#867A00

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

Shades of Olive #867A00

Tints of Olive #867A00

Color information

#867A00 (or 0x867A00) is unknown color: approx Olive. HEX triplet: 86, 7A and 00. RGB value is (134,122,0). Sum of RGB (Red+Green+Blue) = 134+122+0=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #867A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A00 is #7985FF. Grayscale: #707070. Windows color (decimal): -7964160 or 31366. OLE color: 31366.

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

Color convert

RGB1341220-
CMYK00.0910.47
HSL54.63º100%26.27%-
HSV(B)54.63º100%52.55%-
XYZ16.7918.992.78-
YUV111.6864.98143.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 122 (48.05% from 255) = 47.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.34%
G=47.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134122000.0910.4754.6310026.27
Hex867A009642F37641a
Octal2061720011144576714432
Binary1000011011110100010011100100101111110111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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