#93800C

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

Shades of Olive #93800C

Tints of Olive #93800C

Color information

#93800C (or 0x93800C) is unknown color: approx Olive. HEX triplet: 93, 80 and 0C. RGB value is (147,128,12). Sum of RGB (Red+Green+Blue) = 147+128+12=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93800C is #6C7FF3. Grayscale: #787878. Windows color (decimal): -7110644 or 819347. OLE color: 819347.

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

Color convert

RGB14712812-
CMYK00.130.920.42
HSL51.56º84.91%31.18%-
HSV(B)51.56º91.84%57.65%-
XYZ19.8221.673.49-
YUV120.4666.79146.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 128 (50.39% from 255) = 44.60%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=51.22%
G=44.60%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471281200.130.920.4251.5684.9131.18
Hex9380C0D5C2A34551f
Octal22320014015134526412537
Binary10010011100000001100011011011100101010110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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