#869B01

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

Shades of Olive #869B01

Tints of Olive #869B01

Color information

#869B01 (or 0x869B01) is unknown color: approx Olive. HEX triplet: 86, 9B and 01. RGB value is (134,155,1). Sum of RGB (Red+Green+Blue) = 134+155+1=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #869B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869B01 is #7964FE. Grayscale: #838383. Windows color (decimal): -7955711 or 105350. OLE color: 105350.

HSL color Cylindrical-coordinate representation of color #869B01: hue angle of 68.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #869B01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1341551-
CMYK0.1400.990.39
HSL68.18º98.72%30.59%-
HSV(B)68.18º99.35%60.78%-
XYZ21.5628.514.4-
YUV131.1654.54130.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 155 (60.94% from 255) = 53.45%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=46.21%
G=53.45%
B=0.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13415510.1400.990.3968.1898.7230.59
Hex869B1E0632744631f
Octal20623311601434710414337
Binary100001101001101111110011000111001111000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B01; }

 p { color: rgb(134,155,1); }

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

<style>
 a { background-color: #869B01; }

 a { background-color: rgb(134,155,1); }

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

<style>
 span { border-color: #869B01; }

 span { border-color: rgb(134,155,1); }

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