#878F0A

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

Shades of Olive #878F0A

Tints of Olive #878F0A

Color information

#878F0A (or 0x878F0A) is unknown color: approx Olive. HEX triplet: 87, 8F and 0A. RGB value is (135,143,10). Sum of RGB (Red+Green+Blue) = 135+143+10=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #878F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878F0A is #7870F5. Grayscale: #7D7D7D. Windows color (decimal): -7893238 or 692103. OLE color: 692103.

HSL color Cylindrical-coordinate representation of color #878F0A: hue angle of 63.61º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #878F0A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB13514310-
CMYK0.0600.930.44
HSL63.61º86.93%30%-
HSV(B)63.61º93.01%56.08%-
XYZ19.8724.824.03-
YUV125.4562.85134.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 143 (56.25% from 255) = 49.65%
BLUE value IS 10 (4.30% from 255) = 3.47%
R=46.88%
G=49.65%
B=3.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135143100.0600.930.4463.6186.9330
Hex878FA605D2C40571e
Octal20721712601355410012736
Binary10000111100011111010110010111011011001000000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,143,10); }

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

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

 a { background-color: rgb(135,143,10); }

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

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

 span { border-color: rgb(135,143,10); }

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