#93880E

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

Shades of Olive #93880E

Tints of Olive #93880E

Color information

#93880E (or 0x93880E) is unknown color: approx Olive. HEX triplet: 93, 88 and 0E. RGB value is (147,136,14). Sum of RGB (Red+Green+Blue) = 147+136+14=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93880E is #6C77F1. Grayscale: #7D7D7D. Windows color (decimal): -7108594 or 952467. OLE color: 952467.

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

Color convert

RGB14713614-
CMYK00.070.900.42
HSL55.04º82.61%31.57%-
HSV(B)55.04º90.48%57.65%-
XYZ20.9223.843.92-
YUV125.3865.14143.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=49.49%
G=45.79%
B=4.71%

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
Decimal1471361400.070.900.4255.0482.6131.57
Hex9388E075A2A375320
Octal2232101607132526712340
Binary10010011100010001110011110110101010101101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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