#878A02

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

Shades of Olive #878A02

Tints of Olive #878A02

Color information

#878A02 (or 0x878A02) is unknown color: approx Olive. HEX triplet: 87, 8A and 02. RGB value is (135,138,2). Sum of RGB (Red+Green+Blue) = 135+138+2=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #878A02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878A02 is #7875FD. Grayscale: #7A7A7A. Windows color (decimal): -7894526 or 166535. OLE color: 166535.

HSL color Cylindrical-coordinate representation of color #878A02: hue angle of 61.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #878A02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1351382-
CMYK0.0200.990.46
HSL61.32º97.14%27.45%-
HSV(B)61.32º98.55%54.12%-
XYZ19.0923.333.55-
YUV121.660.51137.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 138 (54.30% from 255) = 50.18%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=49.09%
G=50.18%
B=0.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13513820.0200.990.4661.3297.1427.45
Hex878A220632E3d611b
Octal207212220143567514133
Binary1000011110001010101001100011101110111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878A02; }

 p { color: rgb(135,138,2); }

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

<style>
 a { background-color: #878A02; }

 a { background-color: rgb(135,138,2); }

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

<style>
 span { border-color: #878A02; }

 span { border-color: rgb(135,138,2); }

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