#8A9800

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

Shades of Olive #8A9800

Tints of Olive #8A9800

Color information

#8A9800 (or 0x8A9800) is unknown color: approx Olive. HEX triplet: 8A, 98 and 00. RGB value is (138,152,0). Sum of RGB (Red+Green+Blue) = 138+152+0=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #8A9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9800 is #7567FF. Grayscale: #838383. Windows color (decimal): -7694336 or 39050. OLE color: 39050.

HSL color Cylindrical-coordinate representation of color #8A9800: hue angle of 65.53º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A9800 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1381520-
CMYK0.09010.40
HSL65.53º100%29.8%-
HSV(B)65.53º100%59.61%-
XYZ21.7127.864.23-
YUV130.4954.36133.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.59%
GREEN value IS 152 (59.77% from 255) = 52.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.59%
G=52.41%
B=0%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13815200.09010.4065.5310029.8
Hex8A98090642842641e
Octal21223001101445010214436
Binary100010101001100001001011001001010001000010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,152,0); }

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

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

 a { background-color: rgb(138,152,0); }

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

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

 span { border-color: rgb(138,152,0); }

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