#8B900B

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

Shades of Olive #8B900B

Tints of Olive #8B900B

Color information

#8B900B (or 0x8B900B) is unknown color: approx Olive. HEX triplet: 8B, 90 and 0B. RGB value is (139,144,11). Sum of RGB (Red+Green+Blue) = 139+144+11=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #8B900B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B900B is #746FF4. Grayscale: #7F7F7F. Windows color (decimal): -7630837 or 757899. OLE color: 757899.

HSL color Cylindrical-coordinate representation of color #8B900B: hue angle of 62.26º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B900B is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB13914411-
CMYK0.0300.920.44
HSL62.26º85.81%30.39%-
HSV(B)62.26º92.36%56.47%-
XYZ20.6825.464.14-
YUV127.3462.34136.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 144 (56.64% from 255) = 48.98%
BLUE value IS 11 (4.69% from 255) = 3.74%
R=47.28%
G=48.98%
B=3.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144110.0300.920.4462.2685.8130.39
Hex8B90B305C2C3e561e
Octal2132201330134547612636
Binary100010111001000010111101011100101100111110101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B900B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,11); }

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

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

 a { background-color: rgb(139,144,11); }

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

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

 span { border-color: rgb(139,144,11); }

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