#8B9304

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

Shades of Olive #8B9304

Tints of Olive #8B9304

Color information

#8B9304 (or 0x8B9304) is unknown color: approx Olive. HEX triplet: 8B, 93 and 04. RGB value is (139,147,4). Sum of RGB (Red+Green+Blue) = 139+147+4=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9304 is #746CFB. Grayscale: #808080. Windows color (decimal): -7630076 or 299915. OLE color: 299915.

HSL color Cylindrical-coordinate representation of color #8B9304: hue angle of 63.36º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B9304 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1391474-
CMYK0.0500.970.42
HSL63.36º94.7%29.61%-
HSV(B)63.36º97.28%57.65%-
XYZ21.126.374.09-
YUV128.3157.85135.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 147 (57.81% from 255) = 50.69%
BLUE value IS 4 (1.95% from 255) = 1.38%
R=47.93%
G=50.69%
B=1.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13914740.0500.970.4263.3694.729.61
Hex8B93450612A3f5f1e
Octal213223450141527713736
Binary100010111001001110010101100001101010111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,4); }

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

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

 a { background-color: rgb(139,147,4); }

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

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

 span { border-color: rgb(139,147,4); }

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