#938E09

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

Shades of Olive #938E09

Tints of Olive #938E09

Color information

#938E09 (or 0x938E09) is unknown color: approx Olive. HEX triplet: 93, 8E and 09. RGB value is (147,142,9). Sum of RGB (Red+Green+Blue) = 147+142+9=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #938E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938E09 is #6C71F6. Grayscale: #808080. Windows color (decimal): -7107063 or 626323. OLE color: 626323.

HSL color Cylindrical-coordinate representation of color #938E09: hue angle of 57.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #938E09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1471429-
CMYK00.030.940.42
HSL57.83º88.46%30.59%-
HSV(B)57.83º93.88%57.65%-
XYZ21.7525.574.05-
YUV128.3360.66141.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.33%
GREEN value IS 142 (55.86% from 255) = 47.65%
BLUE value IS 9 (3.91% from 255) = 3.02%
R=49.33%
G=47.65%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147142900.030.940.4257.8388.4630.59
Hex938E9035E2A3a581f
Octal2232161103136527213037
Binary100100111000111010010111011110101010111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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