#93800A

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

Shades of Olive #93800A

Tints of Olive #93800A

Color information

#93800A (or 0x93800A) is unknown color: approx Olive. HEX triplet: 93, 80 and 0A. RGB value is (147,128,10). Sum of RGB (Red+Green+Blue) = 147+128+10=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #93800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93800A is #6C7FF5. Grayscale: #787878. Windows color (decimal): -7110646 or 688275. OLE color: 688275.

HSL color Cylindrical-coordinate representation of color #93800A: hue angle of 51.68º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93800A is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14712810-
CMYK00.130.930.42
HSL51.68º87.26%30.78%-
HSV(B)51.68º93.2%57.65%-
XYZ19.8121.663.42-
YUV120.2365.79147.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.58%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=51.58%
G=44.91%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471281000.130.930.4251.6887.2630.78
Hex9380A0D5D2A34571f
Octal22320012015135526412737
Binary10010011100000001010011011011101101010110100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93800A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93800A; }

 p { color: rgb(147,128,10); }

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

<style>
 a { background-color: #93800A; }

 a { background-color: rgb(147,128,10); }

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

<style>
 span { border-color: #93800A; }

 span { border-color: rgb(147,128,10); }

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