#8A8709

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

Shades of Olive #8A8709

Tints of Olive #8A8709

Color information

#8A8709 (or 0x8A8709) is unknown color: approx Olive. HEX triplet: 8A, 87 and 09. RGB value is (138,135,9). Sum of RGB (Red+Green+Blue) = 138+135+9=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8709 is #7578F6. Grayscale: #7A7A7A. Windows color (decimal): -7698679 or 624522. OLE color: 624522.

HSL color Cylindrical-coordinate representation of color #8A8709: hue angle of 58.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A8709 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1381359-
CMYK00.020.930.46
HSL58.6º87.76%28.82%-
HSV(B)58.6º93.48%54.12%-
XYZ19.1922.753.64-
YUV121.5364.49139.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.94%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 9 (3.91% from 255) = 3.19%
R=48.94%
G=47.87%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138135900.020.930.4658.687.7628.82
Hex8A879025D2E3b581d
Octal2122071102135567313035
Binary100010101000011110010101011101101110111011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,135,9); }

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

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

 a { background-color: rgb(138,135,9); }

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

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

 span { border-color: rgb(138,135,9); }

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