#93890A

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

Shades of Olive #93890A

Tints of Olive #93890A

Color information

#93890A (or 0x93890A) is unknown color: approx Olive. HEX triplet: 93, 89 and 0A. RGB value is (147,137,10). Sum of RGB (Red+Green+Blue) = 147+137+10=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93890A is #6C76F5. Grayscale: #7E7E7E. Windows color (decimal): -7108342 or 690579. OLE color: 690579.

HSL color Cylindrical-coordinate representation of color #93890A: hue angle of 55.62º 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 #93890A is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB14713710-
CMYK00.070.930.42
HSL55.62º87.26%30.78%-
HSV(B)55.62º93.2%57.65%-
XYZ21.0324.123.83-
YUV125.5162.81143.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=50%
G=46.60%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471371000.070.930.4255.6287.2630.78
Hex9389A075D2A38571f
Octal2232111207135527012737
Binary1001001110001001101001111011101101010111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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