#938A0A

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

Shades of Olive #938A0A

Tints of Olive #938A0A

Color information

#938A0A (or 0x938A0A) is unknown color: approx Olive. HEX triplet: 93, 8A and 0A. RGB value is (147,138,10). Sum of RGB (Red+Green+Blue) = 147+138+10=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #938A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938A0A is #6C75F5. Grayscale: #7E7E7E. Windows color (decimal): -7108086 or 690835. OLE color: 690835.

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

Color convert

RGB14713810-
CMYK00.060.930.42
HSL56.06º87.26%30.78%-
HSV(B)56.06º93.2%57.65%-
XYZ21.1824.43.88-
YUV126.162.48142.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 138 (54.30% from 255) = 46.78%
BLUE value IS 10 (4.30% from 255) = 3.39%
R=49.83%
G=46.78%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471381000.060.930.4256.0687.2630.78
Hex938AA065D2A38571f
Octal2232121206135527012737
Binary1001001110001010101001101011101101010111000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938A0A; }

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

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

<style>
 a { background-color: #938A0A; }

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

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

<style>
 span { border-color: #938A0A; }

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

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