#93880A

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

Shades of Olive #93880A

Tints of Olive #93880A

Color information

#93880A (or 0x93880A) is unknown color: approx Olive. HEX triplet: 93, 88 and 0A. RGB value is (147,136,10). Sum of RGB (Red+Green+Blue) = 147+136+10=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93880A is #6C77F5. Grayscale: #7D7D7D. Windows color (decimal): -7108598 or 690323. OLE color: 690323.

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

Color convert

RGB14713610-
CMYK00.070.930.42
HSL55.18º87.26%30.78%-
HSV(B)55.18º93.2%57.65%-
XYZ20.8923.833.79-
YUV124.9263.14143.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 10 (4.30% from 255) = 3.41%
R=50.17%
G=46.42%
B=3.41%

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
Decimal1471361000.070.930.4255.1887.2630.78
Hex9388A075D2A37571f
Octal2232101207135526712737
Binary1001001110001000101001111011101101010110111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93880A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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