#8B8C10

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

Shades of Olive #8B8C10

Tints of Olive #8B8C10

Color information

#8B8C10 (or 0x8B8C10) is unknown color: approx Olive. HEX triplet: 8B, 8C and 10. RGB value is (139,140,16). Sum of RGB (Red+Green+Blue) = 139+140+16=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8C10 is #7473EF. Grayscale: #7E7E7E. Windows color (decimal): -7631856 or 1084555. OLE color: 1084555.

HSL color Cylindrical-coordinate representation of color #8B8C10: hue angle of 60.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B8C10 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB13914016-
CMYK0.0100.890.45
HSL60.48º79.49%30.59%-
HSV(B)60.48º88.57%54.9%-
XYZ20.1224.284.12-
YUV125.5666.17137.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=47.12%
G=47.46%
B=5.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139140160.0100.890.4560.4879.4930.59
Hex8B8C1010592D3c4f1f
Octal2132142010131557411737
Binary100010111000110010000101011001101101111100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8C10; }

 p { color: rgb(139,140,16); }

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

<style>
 a { background-color: #8B8C10; }

 a { background-color: rgb(139,140,16); }

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

<style>
 span { border-color: #8B8C10; }

 span { border-color: rgb(139,140,16); }

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