#8A9D00

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

Shades of Olive #8A9D00

Tints of Olive #8A9D00

Color information

#8A9D00 (or 0x8A9D00) is unknown color: approx Olive. HEX triplet: 8A, 9D and 00. RGB value is (138,157,0). Sum of RGB (Red+Green+Blue) = 138+157+0=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9D00 is #7562FF. Grayscale: #868686. Windows color (decimal): -7693056 or 40330. OLE color: 40330.

HSL color Cylindrical-coordinate representation of color #8A9D00: hue angle of 67.26º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A9D00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1381570-
CMYK0.12010.38
HSL67.26º100%30.78%-
HSV(B)67.26º100%61.57%-
XYZ22.5429.524.51-
YUV133.4252.71131.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.78%
GREEN value IS 157 (61.72% from 255) = 53.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.78%
G=53.22%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13815700.12010.3867.2610030.78
Hex8A9D0C0642643641f
Octal21223501401444610314437
Binary100010101001110101100011001001001101000011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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