#879B01

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

Shades of Olive #879B01

Tints of Olive #879B01

Color information

#879B01 (or 0x879B01) is unknown color: approx Olive. HEX triplet: 87, 9B and 01. RGB value is (135,155,1). Sum of RGB (Red+Green+Blue) = 135+155+1=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 155 (60.94% from 255 or 53.26% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 155 - color contains mainly: green. Hex color #879B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #879B01 is #7864FE. Grayscale: #848484. Windows color (decimal): -7890175 or 105351. OLE color: 105351.

HSL color Cylindrical-coordinate representation of color #879B01: hue angle of 67.79º 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 #879B01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB1351551-
CMYK0.1300.990.39
HSL67.79º98.72%30.59%-
HSV(B)67.79º99.35%60.78%-
XYZ21.7228.64.4-
YUV131.4654.37130.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 155 (60.94% from 255) = 53.26%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=46.39%
G=53.26%
B=0.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13515510.1300.990.3967.7998.7230.59
Hex879B1D0632744631f
Octal20723311501434710414337
Binary100001111001101111101011000111001111000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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