#8A9705

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

Shades of Olive #8A9705

Tints of Olive #8A9705

Color information

#8A9705 (or 0x8A9705) is unknown color: approx Olive. HEX triplet: 8A, 97 and 05. RGB value is (138,151,5). Sum of RGB (Red+Green+Blue) = 138+151+5=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9705 is #7568FA. Grayscale: #838383. Windows color (decimal): -7694587 or 366474. OLE color: 366474.

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

Color convert

RGB1381515-
CMYK0.0900.970.41
HSL65.34º93.59%30.59%-
HSV(B)65.34º96.69%59.22%-
XYZ21.5827.554.32-
YUV130.4757.19133.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 5 (2.34% from 255) = 1.70%
R=46.94%
G=51.36%
B=1.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13815150.0900.970.4165.3493.5930.59
Hex8A975906129415e1f
Octal21222751101415110113637
Binary10001010100101111011001011000011010011000001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,5); }

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

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

 a { background-color: rgb(138,151,5); }

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

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

 span { border-color: rgb(138,151,5); }

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