#937E00

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

Shades of Olive #937E00

Tints of Olive #937E00

Color information

#937E00 (or 0x937E00) is unknown color: approx Olive. HEX triplet: 93, 7E and 00. RGB value is (147,126,0). Sum of RGB (Red+Green+Blue) = 147+126+0=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #937E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937E00 is #6C81FF. Grayscale: #767676. Windows color (decimal): -7111168 or 32403. OLE color: 32403.

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

Color convert

RGB1471260-
CMYK00.1410.42
HSL51.43º100%28.82%-
HSV(B)51.43º100%57.65%-
XYZ19.4921.123.05-
YUV117.9261.46148.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.85%
G=46.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147126000.1410.4251.4310028.82
Hex937E00E642A33641d
Octal2231760016144526314435
Binary1001001111111100011101100100101010110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E00; }

 p { color: rgb(147,126,0); }

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

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

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

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

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

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

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