#867A05

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

Shades of Olive #867A05

Tints of Olive #867A05

Color information

#867A05 (or 0x867A05) is unknown color: approx Olive. HEX triplet: 86, 7A and 05. RGB value is (134,122,5). Sum of RGB (Red+Green+Blue) = 134+122+5=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #867A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867A05 is #7985FA. Grayscale: #707070. Windows color (decimal): -7964155 or 359046. OLE color: 359046.

HSL color Cylindrical-coordinate representation of color #867A05: hue angle of 54.42º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #867A05 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341225-
CMYK00.090.960.47
HSL54.42º92.81%27.25%-
HSV(B)54.42º96.27%52.55%-
XYZ16.82192.92-
YUV112.2567.48143.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=51.34%
G=46.74%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134122500.090.960.4754.4292.8127.25
Hex867A509602F365d1b
Octal2061725011140576613533
Binary100001101111010101010011100000101111110110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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