#8A9606

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

Shades of Olive #8A9606

Tints of Olive #8A9606

Color information

#8A9606 (or 0x8A9606) is unknown color: approx Olive. HEX triplet: 8A, 96 and 06. RGB value is (138,150,6). Sum of RGB (Red+Green+Blue) = 138+150+6=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9606 is #7569F9. Grayscale: #828282. Windows color (decimal): -7694842 or 431754. OLE color: 431754.

HSL color Cylindrical-coordinate representation of color #8A9606: hue angle of 65º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A9606 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1381506-
CMYK0.0800.960.41
HSL65º92.31%30.59%-
HSV(B)65º96%58.82%-
XYZ21.4227.234.3-
YUV13058.02133.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 6 (2.73% from 255) = 2.04%
R=46.94%
G=51.02%
B=2.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13815060.0800.960.416592.3130.59
Hex8A966806029415c1f
Octal21222661001405110113437
Binary10001010100101101101000011000001010011000001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,150,6); }

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

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

 a { background-color: rgb(138,150,6); }

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

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

 span { border-color: rgb(138,150,6); }

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