#8A8003

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

Shades of Olive #8A8003

Tints of Olive #8A8003

Color information

#8A8003 (or 0x8A8003) is unknown color: approx Olive. HEX triplet: 8A, 80 and 03. RGB value is (138,128,3). Sum of RGB (Red+Green+Blue) = 138+128+3=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8003 is #757FFC. Grayscale: #757575. Windows color (decimal): -7700477 or 229514. OLE color: 229514.

HSL color Cylindrical-coordinate representation of color #8A8003: hue angle of 55.56º 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 #8A8003 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB1381283-
CMYK00.070.980.46
HSL55.56º95.74%27.65%-
HSV(B)55.56º97.83%54.12%-
XYZ18.2220.853.15-
YUV116.7463.81143.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.30%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=51.30%
G=47.58%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138128300.070.980.4655.5695.7427.65
Hex8A80307622E38601c
Octal212200307142567014034
Binary10001010100000001101111100010101110111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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