#8A8503

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

Shades of Olive #8A8503

Tints of Olive #8A8503

Color information

#8A8503 (or 0x8A8503) is unknown color: approx Olive. HEX triplet: 8A, 85 and 03. RGB value is (138,133,3). Sum of RGB (Red+Green+Blue) = 138+133+3=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8503 is #757AFC. Grayscale: #787878. Windows color (decimal): -7699197 or 230794. OLE color: 230794.

HSL color Cylindrical-coordinate representation of color #8A8503: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A8503 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1381333-
CMYK00.040.980.46
HSL57.78º95.74%27.65%-
HSV(B)57.78º97.83%54.12%-
XYZ18.8922.183.37-
YUV119.6862.16141.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.36%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=50.36%
G=48.54%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138133300.040.980.4657.7895.7427.65
Hex8A85304622E3a601c
Octal212205304142567214034
Binary10001010100001011101001100010101110111010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,133,3); }

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

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

 a { background-color: rgb(138,133,3); }

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

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

 span { border-color: rgb(138,133,3); }

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