#878A10

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

Shades of Olive #878A10

Tints of Olive #878A10

Color information

#878A10 (or 0x878A10) is unknown color: approx Olive. HEX triplet: 87, 8A and 10. RGB value is (135,138,16). Sum of RGB (Red+Green+Blue) = 135+138+16=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #878A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878A10 is #7875EF. Grayscale: #7B7B7B. Windows color (decimal): -7894512 or 1084039. OLE color: 1084039.

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

Color convert

RGB13513816-
CMYK0.0200.880.46
HSL61.48º79.22%30.2%-
HSV(B)61.48º88.41%54.12%-
XYZ19.1723.373.99-
YUV123.267.51136.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=46.71%
G=47.75%
B=5.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135138160.0200.880.4661.4879.2230.2
Hex878A1020582E3d4f1e
Octal2072122020130567511736
Binary1000011110001010100001001011000101110111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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