#939006

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

Shades of Olive #939006

Tints of Olive #939006

Color information

#939006 (or 0x939006) is unknown color: approx Olive. HEX triplet: 93, 90 and 06. RGB value is (147,144,6). Sum of RGB (Red+Green+Blue) = 147+144+6=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #939006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939006 is #6C6FF9. Grayscale: #818181. Windows color (decimal): -7106554 or 430227. OLE color: 430227.

HSL color Cylindrical-coordinate representation of color #939006: hue angle of 58.72º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #939006 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1471446-
CMYK00.020.960.42
HSL58.72º92.16%30%-
HSV(B)58.72º95.92%57.65%-
XYZ22.0426.164.06-
YUV129.1658.49140.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 6 (2.73% from 255) = 2.02%
R=49.49%
G=48.48%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147144600.020.960.4258.7292.1630
Hex9390602602A3b5c1e
Octal223220602140527313436
Binary10010011100100001100101100000101010111011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939006; }

 p { color: rgb(147,144,6); }

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

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

 a { background-color: rgb(147,144,6); }

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

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

 span { border-color: rgb(147,144,6); }

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