#939301

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

Shades of Olive #939301

Tints of Olive #939301

Color information

#939301 (or 0x939301) is unknown color: approx Olive. HEX triplet: 93, 93 and 01. RGB value is (147,147,1). Sum of RGB (Red+Green+Blue) = 147+147+1=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 147 - color contains mainly: red, green. Hex color #939301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #939301 is #6C6CFE. Grayscale: #828282. Windows color (decimal): -7105791 or 103315. OLE color: 103315.

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

Color convert

RGB1471471-
CMYK000.990.42
HSL60º98.65%29.02%-
HSV(B)60º99.32%57.65%-
XYZ22.4727.074.07-
YUV130.3655139.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 1 (0.78% from 255) = 0.34%
R=49.83%
G=49.83%
B=0.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471471000.990.426098.6529.02
Hex9393100632A3c631d
Octal223223100143527414335
Binary10010011100100111001100011101010111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939301; }

 p { color: rgb(147,147,1); }

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

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

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

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

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

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

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