#938C0A

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

Shades of Olive #938C0A

Tints of Olive #938C0A

Color information

#938C0A (or 0x938C0A) is unknown color: approx Olive. HEX triplet: 93, 8C and 0A. RGB value is (147,140,10). Sum of RGB (Red+Green+Blue) = 147+140+10=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #938C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938C0A is #6C73F5. Grayscale: #7F7F7F. Windows color (decimal): -7107574 or 691347. OLE color: 691347.

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

Color convert

RGB14714010-
CMYK00.050.930.42
HSL56.93º87.26%30.78%-
HSV(B)56.93º93.2%57.65%-
XYZ21.4724.983.98-
YUV127.2761.82142.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=49.49%
G=47.14%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471401000.050.930.4256.9387.2630.78
Hex938CA055D2A39571f
Octal2232141205135527112737
Binary1001001110001100101001011011101101010111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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