#93890E

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

Shades of Olive #93890E

Tints of Olive #93890E

Color information

#93890E (or 0x93890E) is unknown color: approx Olive. HEX triplet: 93, 89 and 0E. RGB value is (147,137,14). Sum of RGB (Red+Green+Blue) = 147+137+14=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #93890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93890E is #6C76F1. Grayscale: #7E7E7E. Windows color (decimal): -7108338 or 952723. OLE color: 952723.

HSL color Cylindrical-coordinate representation of color #93890E: hue angle of 55.49º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93890E is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14713714-
CMYK00.070.900.42
HSL55.49º82.61%31.57%-
HSV(B)55.49º90.48%57.65%-
XYZ21.0624.133.96-
YUV125.9764.81143-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=49.33%
G=45.97%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471371400.070.900.4255.4982.6131.57
Hex9389E075A2A375320
Octal2232111607132526712340
Binary10010011100010011110011110110101010101101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93890E; }

 p { color: rgb(147,137,14); }

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

<style>
 a { background-color: #93890E; }

 a { background-color: rgb(147,137,14); }

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

<style>
 span { border-color: #93890E; }

 span { border-color: rgb(147,137,14); }

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