#938009

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

Shades of Olive #938009

Tints of Olive #938009

Color information

#938009 (or 0x938009) is unknown color: approx Olive. HEX triplet: 93, 80 and 09. RGB value is (147,128,9). Sum of RGB (Red+Green+Blue) = 147+128+9=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #938009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938009 is #6C7FF6. Grayscale: #787878. Windows color (decimal): -7110647 or 622739. OLE color: 622739.

HSL color Cylindrical-coordinate representation of color #938009: hue angle of 51.74º 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 #938009 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1471289-
CMYK00.130.940.42
HSL51.74º88.46%30.59%-
HSV(B)51.74º93.88%57.65%-
XYZ19.821.663.4-
YUV120.1265.29147.18-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 9 (3.91% from 255) = 3.17%
R=51.76%
G=45.07%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147128900.130.940.4251.7488.4630.59
Hex938090D5E2A34581f
Octal22320011015136526413037
Binary10010011100000001001011011011110101010110100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938009; }

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

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

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

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

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

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

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

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