#8A920A

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

Shades of Olive #8A920A

Tints of Olive #8A920A

Color information

#8A920A (or 0x8A920A) is unknown color: approx Olive. HEX triplet: 8A, 92 and 0A. RGB value is (138,146,10). Sum of RGB (Red+Green+Blue) = 138+146+10=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #8A920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A920A is #756DF5. Grayscale: #808080. Windows color (decimal): -7695862 or 692874. OLE color: 692874.

HSL color Cylindrical-coordinate representation of color #8A920A: hue angle of 63.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A920A is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB13814610-
CMYK0.0500.930.43
HSL63.53º87.18%30.59%-
HSV(B)63.53º93.15%57.25%-
XYZ20.8125.984.21-
YUV128.161.35135.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.94%
GREEN value IS 146 (57.42% from 255) = 49.66%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=46.94%
G=49.66%
B=3.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138146100.0500.930.4363.5387.1830.59
Hex8A92A505D2B40571f
Octal21222212501355310012737
Binary10001010100100101010101010111011010111000000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,146,10); }

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

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

 a { background-color: rgb(138,146,10); }

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

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

 span { border-color: rgb(138,146,10); }

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