#938E0A

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

Shades of Olive #938E0A

Tints of Olive #938E0A

Color information

#938E0A (or 0x938E0A) is unknown color: approx Olive. HEX triplet: 93, 8E and 0A. RGB value is (147,142,10). Sum of RGB (Red+Green+Blue) = 147+142+10=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #938E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938E0A is #6C71F5. Grayscale: #808080. Windows color (decimal): -7107062 or 691859. OLE color: 691859.

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

Color convert

RGB14714210-
CMYK00.030.930.42
HSL57.81º87.26%30.78%-
HSV(B)57.81º93.2%57.65%-
XYZ21.7625.574.08-
YUV128.4561.16141.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.16%
GREEN value IS 142 (55.86% from 255) = 47.49%
BLUE value IS 10 (4.30% from 255) = 3.34%
R=49.16%
G=47.49%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471421000.030.930.4257.8187.2630.78
Hex938EA035D2A3a571f
Octal2232161203135527212737
Binary100100111000111010100111011101101010111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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